aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-05-04 18:19:47 +0000
committerOmar Polo <op@omarpolo.com>2021-05-04 18:19:47 +0000
commit50310aff335912edde625a5cde3729e34783fd7c (patch)
tree744583435881f8e43ecd92017610e43f5fb119cd /gmid.h
parent419e32b05e063a6997f1c1405602d5032e9d5792 (diff)
added missing prototype
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gmid.h b/gmid.h
index 818f8d7..752653a 100644
--- a/gmid.h
+++ b/gmid.h
@@ -298,6 +298,7 @@ const char *vhost_default_mime(struct vhost*, const char*);
const char *vhost_index(struct vhost*, const char*);
int vhost_auto_index(struct vhost*, const char*);
int vhost_block_return(struct vhost*, const char*, int*, const char**);
+int vhost_dirfd(struct vhost*, const char*);
int vhost_strip(struct vhost*, const char*);
X509_STORE *vhost_require_ca(struct vhost*, const char*);
int vhost_disable_log(struct vhost*, const char*);