X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Foptions.h;fp=include%2Foptions.h;h=8922b3e8b9a6be82104d3cbbb3d10fbd8a98d22f;hb=372a500da226336c7bb4036e980be2587ad5fdeb;hp=0000000000000000000000000000000000000000;hpb=c3a132ce4aea3bb358b185ef58781b4bef8745fc;p=yaz-moved-to-github.git diff --git a/include/options.h b/include/options.h new file mode 100644 index 0000000..8922b3e --- /dev/null +++ b/include/options.h @@ -0,0 +1,26 @@ +/* + * Copyright (C) 1994, Index Data I/S + * All rights reserved. + * Sebastian Hammer, Adam Dickmeiss + * + * $Log: options.h,v $ + * Revision 1.1 1995-03-30 09:39:42 quinn + * Moved .h files to include directory + * + * Revision 1.1 1995/03/27 08:35:19 quinn + * Created util library + * Added memory debugging module. Imported options-manager + * + * Revision 1.2 1994/08/16 16:16:03 adam + * bfile header created. + * + * Revision 1.1 1994/08/16 16:04:35 adam + * Added header file options.h + * + */ + +#ifndef OPTIONS_H +#define OPTIONS_H +int options (const char *desc, char **argv, int argc, char **arg); +#endif +