More _format() attribute

This commit is contained in:
Alibek Omarov 2018-04-23 21:37:35 +03:00
parent 4ef527a92d
commit bd4988e588
1 changed files with 2 additions and 2 deletions

View File

@ -519,8 +519,8 @@ void SV_WaterMove( edict_t *ent );
// sv_send.c
//
void SV_SendClientMessages( void );
void SV_ClientPrintf( sv_client_t *cl, char *fmt, ... );
void SV_BroadcastCommand( const char *fmt, ... );
void SV_ClientPrintf( sv_client_t *cl, char *fmt, ... ) _format( 2 );
void SV_BroadcastCommand( const char *fmt, ... ) _format( 1 );
//
// sv_client.c