[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
tinc/src logger.h,1.1.2.2,1.1.2.3
Update of /home/CVS/tinc/src
In directory humbolt:/tmp/cvs-serv31938
Modified Files:
Tag: CABAL
logger.h
Log Message:
Format string checking for logger().
Index: logger.h
===================================================================
RCS file: /home/CVS/tinc/src/Attic/logger.h,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- logger.h 2003/07/12 17:41:45 1.1.2.2
+++ logger.h 2003/07/12 20:24:04 1.1.2.3
@@ -25,7 +25,7 @@
extern int debug_level;
extern void openlogger(const char *, int);
-extern void logger(int, const char *, ...);
+extern void logger(int, const char *, ...) __attribute__ ((format(printf, 2, 3)));
extern void closelogger(void);
#define ifdebug(l) if(debug_level >= DEBUG_##l)
--
Tinc-cvs: CVS changelog list for the tinc VPN daemon
Archive: http://mail.nl.linux.org/tinc-cvs/
Tinc site: http://tinc.nl.linux.org/
- Prev by Date:
tinc/redhat .cvsignore,1.1.2.1,NONE README,1.1,NONE tinc,1.6.4.2,NONE tinc.spec,1.10.4.2,NONE
- Next by Date:
[CVS] humbolt:/tinc-www/examples bridging.php
- Prev by thread:
tinc/redhat .cvsignore,1.1.2.1,NONE README,1.1,NONE tinc,1.6.4.2,NONE tinc.spec,1.10.4.2,NONE
- Next by thread:
[CVS] humbolt:/tinc-www/examples bridging.php
- Index(es):