mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 03:42:04 +01:00
Mark some functions as __printflike()
MFC after: 1 week
This commit is contained in:
parent
a015c9348c
commit
6209021ebd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79305
@ -65,8 +65,8 @@ static const char rcsid[] =
|
|||||||
#include "zopen.h"
|
#include "zopen.h"
|
||||||
|
|
||||||
void compress __P((char *, char *, int));
|
void compress __P((char *, char *, int));
|
||||||
void cwarn __P((const char *, ...));
|
void cwarn __P((const char *, ...)) __printflike(1, 2);
|
||||||
void cwarnx __P((const char *, ...));
|
void cwarnx __P((const char *, ...)) __printflike(1, 2);
|
||||||
void decompress __P((char *, char *, int));
|
void decompress __P((char *, char *, int));
|
||||||
int permission __P((char *));
|
int permission __P((char *));
|
||||||
void setfile __P((char *, struct stat *));
|
void setfile __P((char *, struct stat *));
|
||||||
|
Loading…
Reference in New Issue
Block a user