(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:
@@ -12,7 +12,7 @@ RCSID("$Id$");
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
int
|
int
|
||||||
pop_msg(POP *p, int stat, char *format, ...)
|
pop_msg(POP *p, int stat, const char *format, ...)
|
||||||
{
|
{
|
||||||
char *mp;
|
char *mp;
|
||||||
char message[MAXLINELEN];
|
char message[MAXLINELEN];
|
||||||
|
Reference in New Issue
Block a user