X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=blobdiff_plain;f=src%2Fodhcp6c.h;h=2e7107c5d582eb63748bb3018cfb27987b9c4e25;hp=b0a198046df6c48c06115b18d8cf5191af85dc16;hb=56920baef21f23307c3df9719914e75fe729e0b8;hpb=cf2c1eec0dcd49c0b838a97a1e21e712a83b4320 diff --git a/src/odhcp6c.h b/src/odhcp6c.h index b0a1980..2e7107c 100644 --- a/src/odhcp6c.h +++ b/src/odhcp6c.h @@ -244,3 +244,4 @@ void odhcp6c_update_entry(enum odhcp6c_state state, struct odhcp6c_entry *new); void odhcp6c_update_entry_safe(enum odhcp6c_state state, struct odhcp6c_entry *new, uint32_t safe); void odhcp6c_expire(void); +uint32_t odhcp6c_elapsed(void);