aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-02-02 23:03:33 +0000
committerOmar Polo <op@omarpolo.com>2021-02-02 23:03:33 +0000
commit346f28eeaa205d268d1e63c7ffd86cf041f6d1e6 (patch)
tree3fb7fa05edd23ba346f6ccf0146297c945f8d1f1 /gmid.h
parentfe40638928b636182afb03b6327afa15c80d560c (diff)
move mark_nonblock to utils.c
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmid.h b/gmid.h
index 5c107e2..5ccf59b 100644
--- a/gmid.h
+++ b/gmid.h
@@ -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