This commit is contained in:
Omar Polo 2023-06-08 19:41:38 +00:00
parent fc440833ad
commit 309dab3a90
1 changed files with 1 additions and 1 deletions

2
gmid.h
View File

@ -402,7 +402,7 @@ int serialize_iri(struct iri*, char*, size_t);
int encode_path(char *, size_t, const char *);
char *pct_decode_str(char *);
/* logger.h */
/* logger.c */
void logger(struct privsep *, struct privsep_proc *);
/* proxy.c */