diff options
Diffstat (limited to 'src/ipcpd/normal/pol-addr-auth-ops.h')
-rw-r--r-- | src/ipcpd/normal/pol-addr-auth-ops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcpd/normal/pol-addr-auth-ops.h b/src/ipcpd/normal/pol-addr-auth-ops.h index a3b39298..5d90c64f 100644 --- a/src/ipcpd/normal/pol-addr-auth-ops.h +++ b/src/ipcpd/normal/pol-addr-auth-ops.h @@ -24,7 +24,7 @@ #define OUROBOROS_IPCPD_NORMAL_POL_ADDR_AUTH_OPS_H struct pol_addr_auth_ops { - int (* init)(void); + int (* init)(const void * info); int (* fini)(void); |