X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=blobdiff_plain;f=src%2Fodhcp6c.h;h=1fda72a2ae32f6b5e005a7ad22e782ff3895683f;hp=0efae10571727f392abbd1932f94b29c1f3dbab6;hb=46ba6f6aeb8055e872c57dc2b90a383fb280f440;hpb=0aff911e92043891dcb5ccd83b721ee748195175 diff --git a/src/odhcp6c.h b/src/odhcp6c.h index 0efae10..1fda72a 100644 --- a/src/odhcp6c.h +++ b/src/odhcp6c.h @@ -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);