diff options
author | David Hankins <dhankins@isc.org> | 2007-05-19 18:47:15 +0000 |
---|---|---|
committer | David Hankins <dhankins@isc.org> | 2007-05-19 18:47:15 +0000 |
commit | fe5b0fdd70907a228c996a0d9a2857bc90a67e6f (patch) | |
tree | 98fca773de13ea25b36a8354547aff15b4070b52 /includes/omapip | |
parent | 786b09305811b4f210e695961aaf3785a5d0d72d (diff) | |
download | isc-dhcp-fe5b0fdd70907a228c996a0d9a2857bc90a67e6f.tar.gz |
- Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]
- RELNOTES/README++
- s/wether/whether/ in dhcp-options.5 manpage edits.
Diffstat (limited to 'includes/omapip')
-rw-r--r-- | includes/omapip/omapip.h | 1 | ||||
-rw-r--r-- | includes/omapip/omapip_p.h | 3 | ||||
-rw-r--r-- | includes/omapip/trace.h | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/includes/omapip/omapip.h b/includes/omapip/omapip.h index 3c8f1567..a0afa5a6 100644 --- a/includes/omapip/omapip.h +++ b/includes/omapip/omapip.h @@ -35,6 +35,7 @@ #ifndef _OMAPIP_H_ #define _OMAPIP_H_ #include <isc-dhcp/result.h> +#include <stdarg.h> typedef unsigned int omapi_handle_t; diff --git a/includes/omapip/omapip_p.h b/includes/omapip/omapip_p.h index d8adecd0..1fa25fae 100644 --- a/includes/omapip/omapip_p.h +++ b/includes/omapip/omapip_p.h @@ -57,8 +57,11 @@ #include <ctype.h> #include <time.h> +/* + * XXX: I'm not sure why these were here. #include "cdefs.h" #include "osdep.h" + */ #include <isc-dhcp/dst.h> #include <isc-dhcp/result.h> diff --git a/includes/omapip/trace.h b/includes/omapip/trace.h index 028798f8..f992c82a 100644 --- a/includes/omapip/trace.h +++ b/includes/omapip/trace.h @@ -90,7 +90,7 @@ typedef struct { void trace_free_all (void); int trace_playback (void); int trace_record (void); -isc_result_t trace_init (void (*set_time) (TIME), const char *, int); +isc_result_t trace_init(void (*set_time)(time_t), const char *, int); isc_result_t trace_begin (const char *, const char *, int); isc_result_t trace_write_packet (trace_type_t *, unsigned, const char *, const char *, int); |