diff options
Diffstat (limited to 'src/ipcpd/normal/addr_auth.h')
-rw-r--r-- | src/ipcpd/normal/addr_auth.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ipcpd/normal/addr_auth.h b/src/ipcpd/normal/addr_auth.h index 5a6dec05..14754660 100644 --- a/src/ipcpd/normal/addr_auth.h +++ b/src/ipcpd/normal/addr_auth.h @@ -27,7 +27,8 @@ #include <stdint.h> -int addr_auth_init(enum pol_addr_auth type); +int addr_auth_init(enum pol_addr_auth type, + const void * info); int addr_auth_fini(void); |