Moved .h files to include directory
[yaz-moved-to-github.git] / include / options.h
1 /*
2  * Copyright (C) 1994, Index Data I/S 
3  * All rights reserved.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: options.h,v $
7  * Revision 1.1  1995-03-30 09:39:42  quinn
8  * Moved .h files to include directory
9  *
10  * Revision 1.1  1995/03/27  08:35:19  quinn
11  * Created util library
12  * Added memory debugging module. Imported options-manager
13  *
14  * Revision 1.2  1994/08/16  16:16:03  adam
15  * bfile header created.
16  *
17  * Revision 1.1  1994/08/16  16:04:35  adam
18  * Added header file options.h
19  *
20  */
21
22 #ifndef OPTIONS_H
23 #define OPTIONS_H
24 int options (const char *desc, char **argv, int argc, char **arg);
25 #endif
26