Fix lots of warnings all over the place, make inbound buffers of FMOUT const.
[citadel.git] / webcit / webcit.h
index 235c599a2298f6f04a66533ee7c76fe5de0f73a9..6ff4aa6e82b74081a12a71623ab550c57c1db0a4 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);