]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
- Update prototypes in universe structure.
authorTed Lemon <source@isc.org>
Sat, 31 Jul 1999 18:05:54 +0000 (18:05 +0000)
committerTed Lemon <source@isc.org>
Sat, 31 Jul 1999 18:05:54 +0000 (18:05 +0000)
includes/tree.h

index 21f2ca106db21dcc8f365da7d93601fd2ad9ce84..c578282547e58d2cd7ed6e4c5819b716bd0f7f0c 100644 (file)
@@ -173,6 +173,7 @@ struct universe {
                                  struct option_cache *));
        int (*get_func) PROTO ((struct data_string *, struct universe *,
                                struct packet *, struct lease *,
+                               struct option_state *, struct option_state *,
                                struct option_state *, int));
        void (*set_func) PROTO ((struct universe *, struct option_state *,
                                 struct option_cache *, enum statement_op));
@@ -181,8 +182,9 @@ struct universe {
                                    struct option_state *, int));
        int (*option_state_dereference) PROTO ((struct universe *,
                                                struct option_state *));
-       int (*encapsulate) PROTO ((struct data_string *, struct option_state *,
-                                  struct lease *, struct universe *));
+       int (*encapsulate) PROTO ((struct data_string *, struct packet *,
+                                  struct lease *, struct option_state *,
+                                  struct option_state *, struct universe *));
        void (*store_tag) PROTO ((unsigned char *, u_int32_t));
        void (*store_length) PROTO ((unsigned char *, u_int32_t));
        int tag_size, length_size;