diff options
Diffstat (limited to 'odk')
-rw-r--r-- | odk/source/unoapploader/win/unoapploader.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/source/unoapploader/win/unoapploader.c b/odk/source/unoapploader/win/unoapploader.c index 9b2c1d335895..e010aef830bc 100644 --- a/odk/source/unoapploader/win/unoapploader.c +++ b/odk/source/unoapploader/win/unoapploader.c @@ -35,11 +35,11 @@ #define MY_LENGTH(s) (sizeof (s) / sizeof *(s) - 1) -char const* getPath(); +char const* getPath(void); char* createCommandLine( char* lpCmdLine ); FILE* getErrorFile( int create ); void writeError( const char* errstr ); -void closeErrorFile(); +void closeErrorFile(void); /* * The main function implements a loader for applications which use UNO. |