summaryrefslogtreecommitdiff
path: root/addons/ooh323c/src/printHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'addons/ooh323c/src/printHandler.h')
-rw-r--r--addons/ooh323c/src/printHandler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/addons/ooh323c/src/printHandler.h b/addons/ooh323c/src/printHandler.h
index 30d87295d..73f225b1f 100644
--- a/addons/ooh323c/src/printHandler.h
+++ b/addons/ooh323c/src/printHandler.h
@@ -28,8 +28,8 @@
extern EventHandler printHandler;
void initializePrintHandler(EventHandler *printHandler, char * varname);
-void finishPrint();
-void indent ();
+void finishPrint(void);
+void indent (void);
void printStartElement (const char* name, int index );
void printEndElement (const char* name, int index );
void printBoolValue (ASN1BOOL value);
@@ -39,7 +39,7 @@ void printBitStrValue (ASN1UINT numbits, const ASN1OCTET* data);
void printOctStrValue (ASN1UINT numocts, const ASN1OCTET* data);
void printCharStrValue (const char* value);
void printCharStr16BitValue (ASN1UINT nchars, ASN116BITCHAR* data);
-void printNullValue ();
+void printNullValue (void);
void printOidValue (ASN1UINT numSubIds, ASN1UINT* pSubIds);
void printEnumValue (ASN1UINT value);
void printOpenTypeValue (ASN1UINT numocts, const ASN1OCTET* data);