]> mj.ucw.cz Git - libucw.git/blobdiff - lib/getopt.h
install sorter-globals.h header
[libucw.git] / lib / getopt.h
index fee099a259ef05f94b39838282b125a52c0aef83..6f29af8a182607990bf41d59275a074d7fdcf2b4 100644 (file)
 #ifndef        _UCW_GETOPT_H
 #define        _UCW_GETOPT_H
 
+#ifdef CONFIG_OWN_GETOPT
+#include "lib/getopt/getopt-sh.h"
+#else
 #include <getopt.h>
+#endif
+
+void reset_getopt(void);
 
 /* Safe loading and reloading of configuration files: conf-input.c */