(pop_msg): make format const

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

View File

@@ -12,7 +12,7 @@ RCSID("$Id$");
*/
int
pop_msg(POP *p, int stat, char *format, ...)
pop_msg(POP *p, int stat, const char *format, ...)
{
char *mp;
char message[MAXLINELEN];