mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 08:49:58 +00:00
bgpd/rfapi: add missing printf attribute
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
c695bdbedb
commit
e3a7fc5021
@ -62,7 +62,8 @@ extern int rfapiStr2EthAddr(const char *str, struct ethaddr *ea);
|
||||
extern const char *rfapi_ntop(int af, const void *src, char *buf,
|
||||
socklen_t size);
|
||||
|
||||
extern int rfapiDebugPrintf(void *dummy, const char *format, ...);
|
||||
extern int rfapiDebugPrintf(void *dummy, const char *format, ...)
|
||||
PRINTFRR(2, 3);
|
||||
|
||||
extern int rfapiStream2Vty(void *stream, /* input */
|
||||
int (**fp)(void *, const char *, ...), /* output */
|
||||
|
Loading…
Reference in New Issue
Block a user