mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 16:46:50 +01:00
msgbuf: fix AFP() macro
This commit is contained in:
parent
9d5170247e
commit
920e4849f1
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ int msgbuf_unparse(char *buf, struct MsgBuf *msgbuf, unsigned int capmask);
|
|||
* cmd may not be NULL.
|
||||
* returns 0 on success, 1 on error.
|
||||
*/
|
||||
int msgbuf_unparse_fmt(char *buf, struct MsgBuf *head, unsigned int capmask, const char *fmt, ...) AFP(3, 4);
|
||||
int msgbuf_unparse_fmt(char *buf, struct MsgBuf *head, unsigned int capmask, const char *fmt, ...) AFP(4, 5);
|
||||
int msgbuf_vunparse_fmt(char *buf, struct MsgBuf *head, unsigned int capmask, const char *fmt, va_list va);
|
||||
|
||||
static inline void
|
||||
|
|
Loading…
Reference in a new issue