diff options
author | Ted Lemon <source@isc.org> | 1999-10-08 03:43:15 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1999-10-08 03:43:15 +0000 |
commit | 6a4c4be87197f6f45e78b1294f58224f60132d14 (patch) | |
tree | 0a7fb5b610c8ce52289e7f8701b621210104efcc /omapip/support.c | |
parent | a3621e23eb10608c29b69c8c7666e9953d65316c (diff) | |
download | isc-dhcp-6a4c4be87197f6f45e78b1294f58224f60132d14.tar.gz |
Seperate public and private object declarations.
Diffstat (limited to 'omapip/support.c')
-rw-r--r-- | omapip/support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omapip/support.c b/omapip/support.c index a438c73e..86535d5b 100644 --- a/omapip/support.c +++ b/omapip/support.c @@ -20,7 +20,7 @@ * http://www.isc.org for more information. */ -#include <omapip/omapip.h> +#include <omapip/omapip_p.h> omapi_object_type_t *omapi_type_connection; omapi_object_type_t *omapi_type_listener; |