summaryrefslogtreecommitdiff
path: root/l10ntools/inc/xrmlex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/xrmlex.hxx')
-rw-r--r--l10ntools/inc/xrmlex.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/l10ntools/inc/xrmlex.hxx b/l10ntools/inc/xrmlex.hxx
index e1092433f2b6..7e283118d218 100644
--- a/l10ntools/inc/xrmlex.hxx
+++ b/l10ntools/inc/xrmlex.hxx
@@ -25,14 +25,12 @@
#include <stdio.h>
extern "C" int WorkOnTokenSet( int, char* );
-extern "C" int Argument( char * );
extern "C" int InitXrmExport( const char * );
extern "C" int EndXrmExport();
extern "C" int GetError();
extern "C" int SetError();
extern "C" bool GetOutputFile( int argc, char* argv[]);
extern "C" FILE *GetXrmFile();
-extern "C" int isQuiet();
extern "C" const char* getFilename();
#endif