From 2c3810687f0c8b7c14897618c5a3147f949df408 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sat, 1 Jul 2023 18:41:46 +0000 Subject: change log_request to take the code and meta unpacked don't know what i was smoking when I wrote log_request() like that... --- gmid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gmid.h') 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); -- cgit v1.2.3