Mark a function as __printflike()

MFC after:	1 week
This commit is contained in:
Kris Kennaway 2002-02-04 01:41:35 +00:00
parent af9ad34d31
commit 8f23d50652

View File

@ -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.