aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmid.h b/gmid.h
index 770deea..7ba92d6 100644
--- a/gmid.h
+++ b/gmid.h
@@ -365,7 +365,7 @@ char *data_dir(void);
void load_local_cert(struct vhost*, const char*, const char*);
/* gmid.c / ge.c */
-void log_request(struct client *, char *, size_t);
+void log_request(struct client *, int, const char *);
/* config.c */
struct conf *config_new(void);