* chop read_message into two pieces: the part actualy loading the message (so we...
[citadel.git] / webcit / messages.h
index 728b1359ee6d1a6e6a96621f08c543af5dc37f0b..aa24ff558c991a0af1161bc545fe6d61214b854f 100644 (file)
@@ -85,7 +85,13 @@ typedef struct _readloopstruct {
 
 
 void readloop(long oper);
-int  read_message(StrBuf *Target, const char *tmpl, long tmpllen, long msgnum, int printable_view, const StrBuf *section);
+int read_message(StrBuf *Target, 
+                const char *tmpl, long tmpllen, 
+                long msgnum, 
+                const StrBuf *section);
+int load_message(message_summary *Msg, 
+                StrBuf *FoundCharset,
+                StrBuf **Error)
 
 
 int load_msg_ptrs(const char *servcmd, int with_headers);