diff options
Diffstat (limited to 'Source/kwsys/CommandLineArguments.hxx.in')
-rw-r--r-- | Source/kwsys/CommandLineArguments.hxx.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/kwsys/CommandLineArguments.hxx.in b/Source/kwsys/CommandLineArguments.hxx.in index c07dff9..630de59 100644 --- a/Source/kwsys/CommandLineArguments.hxx.in +++ b/Source/kwsys/CommandLineArguments.hxx.in @@ -137,6 +137,11 @@ public: void SetLineLength(unsigned int); unsigned int GetLineLength(); + /** + * Get the executable name (argv0) + */ + const char* GetArgv0(); + protected: void GenerateHelp(); |