diff options
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -367,10 +367,6 @@ enum imsg_type { IMSG_CTL_PROCFD, }; -/* gmid.c */ -char *data_dir(void); -void load_local_cert(struct vhost*, const char*, const char*); - /* gmid.c / ge.c */ void log_request(struct client *, int, const char *); |