summaryrefslogtreecommitdiff
path: root/src/odhcp6c.h
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-12-10 11:38:20 +0100
committerSteven Barth <steven@midlink.org>2014-12-10 11:38:20 +0100
commit46ba6f6aeb8055e872c57dc2b90a383fb280f440 (patch)
tree86939da06f7248757456f23f1688e08207cd17f5 /src/odhcp6c.h
parent0aff911e92043891dcb5ccd83b721ee748195175 (diff)
downloadodhcp6c-46ba6f6aeb8055e872c57dc2b90a383fb280f440.tar.gz
Don't apply excess filter to DHCPv6 and unify odhcp6c_update_entry
Diffstat (limited to 'src/odhcp6c.h')
-rw-r--r--src/odhcp6c.h3
1 files changed, 1 insertions, 2 deletions
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);