diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-11-15 18:11:49 +0300 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-11-15 18:16:30 +0300 |
| commit | 3e51a84a22fba27d0c6ca3be2ac19055f75e5f89 (patch) | |
| tree | 24ca40948212e46d228de6dbf6b7f28222d79678 /lib/zclient.h | |
| parent | de48804c01e077a54b4a46221c433c33abc4e334 (diff) | |
lib: rename bfd function to reflect real functionality
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'lib/zclient.h')
| -rw-r--r-- | lib/zclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zclient.h b/lib/zclient.h index 82eaefda42..ca62b1afeb 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -368,7 +368,7 @@ struct zclient { }; /* lib handlers added in bfd.c */ -extern int zclient_bfd_session_reply(ZAPI_CALLBACK_ARGS); +extern int zclient_bfd_session_replay(ZAPI_CALLBACK_ARGS); extern int zclient_bfd_session_update(ZAPI_CALLBACK_ARGS); /* Zebra API message flag. */ |
