aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-06-08 17:03:13 +0000
committerOmar Polo <op@omarpolo.com>2023-06-08 17:03:13 +0000
commitcbb7f9fc28abffd18642b83eeb8fe22e8931540f (patch)
tree86046e2245de6a3f4db444815898a9b57a244e28 /gmid.h
parent797c4609a9b9923e8d15413f7412cf2bf4bb6ce5 (diff)
move logger() prototype to gmid.h and delete logger.h
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h3
1 files changed, 3 insertions, 0 deletions
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 *);