diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-08 17:03:13 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-08 17:03:13 +0000 |
commit | cbb7f9fc28abffd18642b83eeb8fe22e8931540f (patch) | |
tree | 86046e2245de6a3f4db444815898a9b57a244e28 /gmid.h | |
parent | 797c4609a9b9923e8d15413f7412cf2bf4bb6ce5 (diff) |
move logger() prototype to gmid.h and delete logger.h
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -404,6 +404,9 @@ int serialize_iri(struct iri*, char*, size_t); int encode_path(char *, size_t, const char *); char *pct_decode_str(char *); +/* logger.h */ +void logger(struct privsep *, struct privsep_proc *); + /* proxy.c */ int proxy_init(struct client *); |