diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/ipcp-dev.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ouroboros/ipcp-dev.h b/include/ouroboros/ipcp-dev.h index 3cd40771..6472c9fe 100644 --- a/include/ouroboros/ipcp-dev.h +++ b/include/ouroboros/ipcp-dev.h @@ -31,11 +31,13 @@ int ipcp_create_r(int result); int ipcp_flow_req_arr(const uint8_t * dst, size_t len, qosspec_t qs, + time_t mpl, const void * data, size_t dlen); -int ipcp_flow_alloc_reply(int fd, +int ipcp_flow_alloc_reply(int fd, int response, + time_t mpl, const void * data, size_t len); |