diff options
author | Omar Polo <op@omarpolo.com> | 2021-05-04 18:19:47 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-05-04 18:19:47 +0000 |
commit | 50310aff335912edde625a5cde3729e34783fd7c (patch) | |
tree | 744583435881f8e43ecd92017610e43f5fb119cd /gmid.h | |
parent | 419e32b05e063a6997f1c1405602d5032e9d5792 (diff) |
added missing prototype
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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*); |