diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-02 23:03:33 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-02 23:03:33 +0000 |
commit | 346f28eeaa205d268d1e63c7ffd86cf041f6d1e6 (patch) | |
tree | 3fb7fa05edd23ba346f6ccf0146297c945f8d1f1 /gmid.h | |
parent | fe40638928b636182afb03b6327afa15c80d560c (diff) |
move mark_nonblock to utils.c
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -220,7 +220,6 @@ const char *vhost_lang(struct vhost*, const char*); 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*); -void mark_nonblock(int); void loop(struct tls*, int, int); /* ex.c */ @@ -254,6 +253,7 @@ int puny_decode(const char*, char*, size_t, const char**); int starts_with(const char*, const char*); int ends_with(const char*, const char*); ssize_t filesize(int); +void mark_nonblock(int); char *absolutify_path(const char*); #endif |