summaryrefslogtreecommitdiff
path: root/popt.h
diff options
context:
space:
mode:
authorewt <ewt>1998-07-29 16:02:54 +0000
committerewt <ewt>1998-07-29 16:02:54 +0000
commit58a91e980349575bb40e27c7d25153a4bff5da17 (patch)
tree3b26599003bb342e30ca8435636f616ea647686a /popt.h
parentc5d373090ea9dc6cbaa40f17d7f792296d39b05d (diff)
downloadlibpopt-58a91e980349575bb40e27c7d25153a4bff5da17.tar.gz
added poptSetExecPath()
Diffstat (limited to 'popt.h')
-rw-r--r--popt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/popt.h b/popt.h
index 55e63a5..850a8cd 100644
--- a/popt.h
+++ b/popt.h
@@ -65,5 +65,6 @@ int poptReadDefaultConfig(poptContext con, int useEnv);
the same as " and both may include \ quotes */
int poptParseArgvString(char * s, int * argcPtr, char *** argvPtr);
const char * poptStrerror(const int error);
+void poptSetExecPath(poptContext con, const char * path, int allowAbsolute);
#endif