summaryrefslogtreecommitdiffstats
path: root/zebra/zserv.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-04-23 04:32:49 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-04-23 04:50:25 +0200
commit8b1766b148e84056d0e14ac05f98265abe72b89f (patch)
tree233b42e5ffdd833074b14e71e7b6fb9866bbb6a2 /zebra/zserv.h
parentzebra: cleanup for zapi_msg.c split (diff)
downloadfrr-8b1766b148e84056d0e14ac05f98265abe72b89f.tar.xz
frr-8b1766b148e84056d0e14ac05f98265abe72b89f.zip
zebra: style last 3 changes
Fixup latent style issues in copied code. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to '')
-rw-r--r--zebra/zserv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h
index 05262490d..a5b5acbb3 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 {