]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/console/authenticate.c
This commit was manufactured by cvs2svn to create tag
[bacula/bacula] / bacula / src / console / authenticate.c
index 09704476498f92c140a21aae77f6232eddb66b0a..23fb727b679a1436e38d324b854f8fd67d130276 100644 (file)
@@ -34,8 +34,8 @@
 #include "jcr.h"
 
 
-void senditf(char *fmt, ...);
-void sendit(char *buf); 
+void senditf(const char *fmt, ...);
+void sendit(const char *buf); 
 
 /* Commands sent to Director */
 static char hello[]    = "Hello %s calling\n";