X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Foptions.h;h=cb579d014de513ad9e40fc7e8a634fe195cb1c67;hp=a282e4811254f1206e317151fece4beea3afcdae;hb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;hpb=f305305306da9af74ed6c559f2b06353fd5a7c82 diff --git a/include/options.h b/include/options.h index a282e48..cb579d0 100644 --- a/include/options.h +++ b/include/options.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: options.h,v $ - * Revision 1.2 1995-05-16 08:50:36 quinn + * Revision 1.3 1995-09-27 15:02:48 quinn + * Modified function heads & prototypes. + * + * Revision 1.2 1995/05/16 08:50:36 quinn * License, documentation, and memory fixes * * Revision 1.1 1995/03/30 09:39:42 quinn @@ -44,6 +47,7 @@ #ifndef OPTIONS_H #define OPTIONS_H -int options (const char *desc, char **argv, int argc, char **arg); +#include +int MDF options (const char *desc, char **argv, int argc, char **arg); #endif