about summary refs log tree commit homepage
path: root/cmogstored.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmogstored.h')
-rw-r--r--cmogstored.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmogstored.h b/cmogstored.h
index 2dffbb2..859236a 100644
--- a/cmogstored.h
+++ b/cmogstored.h
@@ -503,7 +503,7 @@ void mog_httpget_post_accept(int fd, struct mog_svc *,
 enum mog_next mog_http_queue_step(struct mog_fd *) MOG_CHECK;
 void mog_http_quit_step(struct mog_fd *);
 char *mog_http_path(struct mog_http *, char *buf);
-void mog_http_reset(struct mog_http *);
+void mog_http_reset(struct mog_fd *);
 void mog_http_unlink_ftmp(struct mog_http *);
 void mog_http_drop(struct mog_fd *);