* make it const baby!
[citadel.git] / webcit / messages.h
index 904e6b9d1e8177f3cd0df44d877b6993e2477ab9..728b1359ee6d1a6e6a96621f08c543af5dc37f0b 100644 (file)
@@ -88,4 +88,4 @@ void readloop(long oper);
 int  read_message(StrBuf *Target, const char *tmpl, long tmpllen, long msgnum, int printable_view, const StrBuf *section);
 
 
-int load_msg_ptrs(char *servcmd, int with_headers);
+int load_msg_ptrs(const char *servcmd, int with_headers);