diff options
Diffstat (limited to 'src/bsd/tunDevice.h')
-rw-r--r-- | src/bsd/tunDevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bsd/tunDevice.h b/src/bsd/tunDevice.h index 16408a2..8641d2c 100644 --- a/src/bsd/tunDevice.h +++ b/src/bsd/tunDevice.h @@ -54,6 +54,7 @@ private: void init_post(); void do_ifconfig(); + int fix_return(int ret, size_t type_length); int fd_; DeviceConfig conf_; |