(pop_msg): make format const

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23962 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-10-26 18:21:44 +00:00
parent 19a15ffe1c
commit 28b7a2063e

View File

@@ -342,7 +342,7 @@ __attribute__ ((format (printf, 3, 4)))
#endif
;
int pop_msg(POP *p, int stat, char *format, ...)
int pop_msg(POP *p, int stat, const char *format, ...)
#ifdef __GNUC__
__attribute__ ((format (printf, 3, 4)))
#endif