]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add SV_DUPLICATES and SV_DECLINES
authorTed Lemon <source@isc.org>
Thu, 21 Oct 1999 02:36:04 +0000 (02:36 +0000)
committerTed Lemon <source@isc.org>
Thu, 21 Oct 1999 02:36:04 +0000 (02:36 +0000)
includes/dhcpd.h

index be876fa339188f06e4d35f09b04dfac32db8b6fa..495016cc59dd89e081fb12f083f7343e0ed3d3e4 100644 (file)
@@ -316,6 +316,8 @@ struct lease_state {
 #define SV_DDNS_REV_DOMAIN_NAME                25
 #define SV_LEASE_FILE_NAME             26
 #define SV_PID_FILE_NAME               27
+#define SV_DUPLICATES                  28
+#define SV_DECLINES                    29
 
 #if !defined (DEFAULT_DEFAULT_LEASE_TIME)
 # define DEFAULT_DEFAULT_LEASE_TIME 43200
@@ -1045,11 +1047,13 @@ int evaluate_option_cache PROTO ((struct data_string *,
                                  struct packet *, struct lease *,
                                  struct option_state *, struct option_state *,
                                  struct option_cache *));
-int evaluate_boolean_option_cache PROTO ((struct packet *, struct lease *,
+int evaluate_boolean_option_cache PROTO ((int *,
+                                         struct packet *, struct lease *,
                                          struct option_state *,
                                          struct option_state *,
                                          struct option_cache *));
-int evaluate_boolean_expression_result PROTO ((struct packet *, struct lease *,
+int evaluate_boolean_expression_result PROTO ((int *,
+                                              struct packet *, struct lease *,
                                               struct option_state *,
                                               struct option_state *,
                                               struct expression *));