aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-07-01 18:41:46 +0000
committerOmar Polo <op@omarpolo.com>2023-07-01 18:41:46 +0000
commit2c3810687f0c8b7c14897618c5a3147f949df408 (patch)
tree0c1a806a390a78088f0cd8625e30bd61d71c8e80 /gmid.h
parent2247b66842be7049e4dbfe099781bd3d2f69fbe9 (diff)
change log_request to take the code and meta unpacked
don't know what i was smoking when I wrote log_request() like that...
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);