Fix lots of warnings all over the place, make inbound buffers of FMOUT const.
[citadel.git] / webcit / webcit.h
index 567dc5d4e0b210c4e8e9c2d79ff63db685162a9e..ff7cb680e1afd06422e3e64013fa10f09115b992 100644 (file)
@@ -710,9 +710,9 @@ void CreateMimeStr(void);
 
 void pop_destination(void);
 
-void fmout(char *align);
-void _fmout(StrBuf *Targt, char *align);
-void FmOut(StrBuf *Target, char *align, StrBuf *Source);
+void fmout(const char *align);
+void _fmout(StrBuf *Targt, const char *align);
+void FmOut(StrBuf *Target, const char *align, const StrBuf *Source);
 void wDumpContent(int);