diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1999-07-06 20:29:42 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1999-07-06 20:29:42 +0000 |
commit | c3885daa46991d1e4fb2f2aa7b49c8df5b26e204 (patch) | |
tree | 5c2c77e8c8dedbc6dcbce7ae656b640ccb2c4b42 /support/popt-gnome.h | |
parent | 984258c935552744012274d80886b4e72e25b4a0 (diff) | |
download | gnome-common-c3885daa46991d1e4fb2f2aa7b49c8df5b26e204.tar.gz |
libgnorba: Remove GnomeObject stuff.
libgnorba: Remove GnomeObject stuff.
support: Merge newer popt in from canonical source.
svn path=/trunk/; revision=842
Diffstat (limited to 'support/popt-gnome.h')
-rw-r--r-- | support/popt-gnome.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/support/popt-gnome.h b/support/popt-gnome.h index 6dc2765..2fea9e8 100644 --- a/support/popt-gnome.h +++ b/support/popt-gnome.h @@ -5,6 +5,10 @@ #ifndef H_POPT #define H_POPT +#ifdef __cplusplus +extern "C" { +#endif + #include <stdio.h> /* for FILE * */ #define POPT_OPTION_DEPTH 10 @@ -112,4 +116,8 @@ void poptPrintUsage(poptContext con, FILE * f, int flags); void poptSetOtherOptionHelp(poptContext con, const char * text); const char * poptGetInvocationName(poptContext con); +#ifdef __cplusplus +} +#endif + #endif |