]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix up some declarations.
authorTed Lemon <source@isc.org>
Tue, 23 Nov 1999 22:23:24 +0000 (22:23 +0000)
committerTed Lemon <source@isc.org>
Tue, 23 Nov 1999 22:23:24 +0000 (22:23 +0000)
includes/omapip/omapip_p.h

index 53fbc301cccd9f53295ffbd5c39499e441a79f6d..90b73c701829c2537e4bfdf36282be361849d879 100644 (file)
@@ -103,10 +103,10 @@ typedef struct __omapi_message_object {
        omapi_typed_data_t *authenticator;
        u_int32_t authid;
        omapi_object_t *id_object;
-       unsigned op;
-       omapi_handle_t h;
-       unsigned id;
-       unsigned rid;
+       u_int32_t op;
+       u_int32_t h;
+       u_int32_t id;
+       u_int32_t rid;
 } omapi_message_object_t;
 
 typedef struct {