mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Mark a function as __printflike()
MFC after: 1 week
This commit is contained in:
parent
af9ad34d31
commit
8f23d50652
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ static void unload_object(Obj_Entry *);
|
|||
static void unref_dag(Obj_Entry *);
|
||||
|
||||
void r_debug_state(struct r_debug*, struct link_map*);
|
||||
void xprintf(const char *, ...);
|
||||
void xprintf(const char *, ...) __printflike(1, 2);
|
||||
|
||||
/*
|
||||
* Data declarations.
|
||||
|
|
|
|||
Loading…
Reference in a new issue