summaryrefslogtreecommitdiff
path: root/libpopt.vers
diff options
context:
space:
mode:
authorjbj <jbj>2009-07-25 18:52:36 +0000
committerjbj <jbj>2009-07-25 18:52:36 +0000
commit11f0e2b5d4f2987eebaa244970d962c9c9e3d0b9 (patch)
treec0d0a6ca4b073e86eb5040a3742195050548af32 /libpopt.vers
parent8d10e06e834414ac7dfba42e582f4dcab97dfe85 (diff)
downloadlibpopt-11f0e2b5d4f2987eebaa244970d962c9c9e3d0b9.tar.gz
- add POPT_ARG_SHORT handling.
Diffstat (limited to 'libpopt.vers')
-rw-r--r--libpopt.vers1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpopt.vers b/libpopt.vers
index a1eea04..b0c08d6 100644
--- a/libpopt.vers
+++ b/libpopt.vers
@@ -35,6 +35,7 @@ LIBPOPT_0
poptSaveInt;
poptSaveLong;
poptSaveLongLong;
+ poptSaveShort;
poptSaveString;
poptSetExecPath;
poptSetOtherOptionHelp;