Update win32 for zlib 1.2.3

This commit is contained in:
Ron Pedde
2006-04-25 20:46:03 +00:00
parent b10762b4d5
commit 07857c6eba
6 changed files with 14 additions and 2 deletions

View File

@@ -155,6 +155,7 @@ typedef struct tag_plugin_input_fn {
void (*ws_emitheaders)(WS_CONNINFO *);
int (*ws_fd)(WS_CONNINFO *);
char* (*ws_getrequestheader)(WS_CONNINFO *, char *);
int (*ws_writebinary)(WS_CONNINFO *, char *, int);
/* misc helpers */
char* (*server_ver)(void);