summaryrefslogtreecommitdiff
path: root/support/popt-gnome.h
diff options
context:
space:
mode:
authorErik Troan <ewt@src.gnome.org>1998-07-29 16:02:55 +0000
committerErik Troan <ewt@src.gnome.org>1998-07-29 16:02:55 +0000
commitdddcdc03b8d648b4fa7f54cb29ecf8865576352d (patch)
treecc62b04a34f5045c6894b2e32496e0f58a8211c3 /support/popt-gnome.h
parentb89b2b7b82792187c64344b99d719aede8bbb968 (diff)
downloadshared-mime-info-dddcdc03b8d648b4fa7f54cb29ecf8865576352d.tar.gz
added poptSetExecPath()
svn path=/trunk/; revision=304
Diffstat (limited to 'support/popt-gnome.h')
-rw-r--r--support/popt-gnome.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/popt-gnome.h b/support/popt-gnome.h
index 55e63a5c..850a8cdd 100644
--- a/support/popt-gnome.h
+++ b/support/popt-gnome.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