op_popt.h
Go to the documentation of this file.00001
00013 #ifndef OP_POPT_H
00014 #define OP_POPT_H
00015
00016 #include <popt.h>
00017
00018
00019 #ifndef POPT_TABLEEND
00020 #define POPT_TABLEEND { NULL, '\0', 0, 0, 0, NULL, NULL }
00021 #endif
00022
00023 #ifdef __cplusplus
00024 extern "C" {
00025 #endif
00026
00034 poptContext op_poptGetContext(char const * name,
00035 int argc, char const ** argv,
00036 struct poptOption const * options, int flags);
00037
00038 #ifdef __cplusplus
00039 }
00040 #endif
00041
00042 #endif