]> git.decadent.org.uk Git - odhcp6c.git/blobdiff - src/odhcp6c.h
Don't apply excess filter to DHCPv6 and unify odhcp6c_update_entry
[odhcp6c.git] / src / odhcp6c.h
index 0efae10571727f392abbd1932f94b29c1f3dbab6..1fda72a2ae32f6b5e005a7ad22e782ff3895683f 100644 (file)
@@ -339,8 +339,7 @@ void* odhcp6c_get_state(enum odhcp6c_state state, size_t *len);
 
 // Entry manipulation
 struct odhcp6c_entry* odhcp6c_find_entry(enum odhcp6c_state state, const struct odhcp6c_entry *new);
-bool odhcp6c_update_entry(enum odhcp6c_state state, struct odhcp6c_entry *new);
-bool odhcp6c_update_entry_safe(enum odhcp6c_state state, struct odhcp6c_entry *new, uint32_t safe);
+bool odhcp6c_update_entry(enum odhcp6c_state state, struct odhcp6c_entry *new, uint32_t safe, bool filterexcess);
 
 void odhcp6c_expire(void);
 uint32_t odhcp6c_elapsed(void);