#include "dhctoken.h"
#include <isc/result.h>
-#include <omapip/omapip.h>
+#include <omapip/omapip_p.h>
#if !defined (OPTION_HASH_SIZE)
# define OPTION_HASH_SIZE 17
#if defined (DEBUG_RC_HISTORY)
void dump_rc_history (void);
#endif
-
-extern int log_priority;
-extern int log_perror;
-extern void (*log_cleanup) (void);
-
-void log_fatal (const char *, ...)
- __attribute__((__format__(__printf__,1,2)));
-int log_error (const char *, ...)
- __attribute__((__format__(__printf__,1,2)));
-int log_info (const char *, ...)
- __attribute__((__format__(__printf__,1,2)));
-int log_debug (const char *, ...)
- __attribute__((__format__(__printf__,1,2)));
-void do_percentm (char *obuf, const char *ibuf);
#endif /* _OMAPIP_H_ */
} omapi_handle_table_t;
#include <omapip/alloc.h>
+
+extern int log_priority;
+extern int log_perror;
+extern void (*log_cleanup) (void);
+
+void log_fatal (const char *, ...)
+ __attribute__((__format__(__printf__,1,2)));
+int log_error (const char *, ...)
+ __attribute__((__format__(__printf__,1,2)));
+int log_info (const char *, ...)
+ __attribute__((__format__(__printf__,1,2)));
+int log_debug (const char *, ...)
+ __attribute__((__format__(__printf__,1,2)));
+void do_percentm (char *obuf, const char *ibuf);
#endif /* __OMAPIP_OMAPIP_P_H__ */