added some attributes for pop_log and pop_msg
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1698 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -301,5 +301,14 @@ state_table *pop_get_command(POP *p, char *mp);
|
||||
void pop_lower(char *buf);
|
||||
xtnd_table *pop_get_subcommand(POP *p);
|
||||
|
||||
int pop_log(POP *p, int stat, char *format, ...);
|
||||
int pop_msg(POP *p, int stat, char *format, ...);
|
||||
int pop_log(POP *p, int stat, char *format, ...)
|
||||
#ifdef __GNUC__
|
||||
__attribute__ ((format (printf, 3, 4)))
|
||||
#endif
|
||||
;
|
||||
|
||||
int pop_msg(POP *p, int stat, char *format, ...)
|
||||
#ifdef __GNUC__
|
||||
__attribute__ ((format (printf, 3, 4)))
|
||||
#endif
|
||||
;
|
||||
|
Reference in New Issue
Block a user