summaryrefslogtreecommitdiffstats
path: root/bin/rcp/extern.h
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-04-17 07:46:38 +0000
committerkris <kris@FreeBSD.org>2001-04-17 07:46:38 +0000
commitb6da0fca774d229c4776e41d019373d1ec0df7ab (patch)
tree90405fcc57a8301012105d9d0facc3ded561a0f6 /bin/rcp/extern.h
parent9acb56a18a243e153f49b5fc26f3b3050492b013 (diff)
downloadFreeBSD-src-b6da0fca774d229c4776e41d019373d1ec0df7ab.zip
FreeBSD-src-b6da0fca774d229c4776e41d019373d1ec0df7ab.tar.gz
-Wnon-const-format sweep: make format strings const char *'s, add
__printflike()/__printf0like() to function prototypes, as appropriate. Reviewed by: bde, -audit
Diffstat (limited to 'bin/rcp/extern.h')
-rw-r--r--bin/rcp/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rcp/extern.h b/bin/rcp/extern.h
index 5081c9d..06e639b 100644
--- a/bin/rcp/extern.h
+++ b/bin/rcp/extern.h
@@ -46,6 +46,6 @@ char *colon __P((char *));
void lostconn __P((int));
void nospace __P((void));
int okname __P((char *));
-void run_err __P((const char *, ...));
+void run_err __P((const char *, ...)) __printflike(1, 2);
int susystem __P((char *, int));
void verifydir __P((char *));
OpenPOWER on IntegriCloud