]> code.citadel.org Git - citadel.git/blobdiff - webcit/webserver.h
* move to the new linebuffered function while linebased reading from webbrowser and...
[citadel.git] / webcit / webserver.h
index 82b4a51dfd690a6e574c508e0c5056e9b9bc1813..62a02bf96ea6df060dc864cf8d145f064931b041 100644 (file)
@@ -5,7 +5,7 @@ extern char *static_content_dirs[PATH_MAX];  /**< Disk representation */
 extern int ndirs;
 extern char socket_dir[PATH_MAX];
 
-int ClientGetLine(int *sock, StrBuf *Target, StrBuf *CLineBuf);
+int ClientGetLine(int *sock, StrBuf *Target, StrBuf *CLineBuf, const char **Pos);
 int client_getln(int *sock, char *buf, int bufsiz);
 int client_read(int *sock, StrBuf *Target, StrBuf *buf, int bytes);
 int client_read_to(int *sock, StrBuf *Target, StrBuf *Buf, int bytes, int timeout);