diff --git a/gmid.h b/gmid.h index 51a68b2..112a029 100644 --- a/gmid.h +++ b/gmid.h @@ -394,7 +394,6 @@ const char *mime(struct conf *, struct vhost*, const char*); void free_mime(struct mime *); /* server.c */ -extern int shutting_down; 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*);