diff options
Diffstat (limited to 'zebra/zserv.h')
| -rw-r--r-- | zebra/zserv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h index 05262490dd..a5b5acbb33 100644 --- a/zebra/zserv.h +++ b/zebra/zserv.h @@ -145,8 +145,8 @@ struct zserv { struct zebra_vrf *zvrf /* Hooks for client connect / disconnect */ -DECLARE_HOOK(zapi_client_connect, (struct zserv * client), (client)); -DECLARE_KOOH(zapi_client_close, (struct zserv * client), (client)); +DECLARE_HOOK(zapi_client_connect, (struct zserv *client), (client)); +DECLARE_KOOH(zapi_client_close, (struct zserv *client), (client)); /* Zebra instance */ struct zebra_t { |
