diff options
author | Omar Polo <op@omarpolo.com> | 2023-07-01 18:41:46 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-07-01 18:41:46 +0000 |
commit | 2c3810687f0c8b7c14897618c5a3147f949df408 (patch) | |
tree | 0c1a806a390a78088f0cd8625e30bd61d71c8e80 /gmid.h | |
parent | 2247b66842be7049e4dbfe099781bd3d2f69fbe9 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |