X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Foptions.h;h=8a360f9369f45d453ccc00a4f7f4118c412162b1;hp=51bdf8b313034d6eaae1a697df1aaa851f4b13df;hb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;hpb=73664b466cb0c5e9478b4af7c5d4ebed1f2db49e diff --git a/include/options.h b/include/options.h index 51bdf8b..8a360f9 100644 --- a/include/options.h +++ b/include/options.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: options.h,v $ - * Revision 1.4 1995-09-29 17:12:05 quinn + * Revision 1.5 1997-05-14 06:53:43 adam + * C++ support. + * + * Revision 1.4 1995/09/29 17:12:05 quinn * Smallish * * Revision 1.3 1995/09/27 15:02:48 quinn @@ -51,6 +54,16 @@ #ifndef OPTIONS_H #define OPTIONS_H #include + +#ifdef __cplusplus +extern "C" { +#endif + int options (const char *desc, char **argv, int argc, char **arg); + +#ifdef __cplusplus +} +#endif + #endif