From cbb7f9fc28abffd18642b83eeb8fe22e8931540f Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Thu, 8 Jun 2023 17:03:13 +0000 Subject: move logger() prototype to gmid.h and delete logger.h --- gmid.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gmid.h') diff --git a/gmid.h b/gmid.h index 2078a2c..4001c72 100644 --- a/gmid.h +++ b/gmid.h @@ -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 *); -- cgit v1.2.3