diff options
Diffstat (limited to 'delete.h')
-rw-r--r-- | delete.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,6 +49,6 @@ build_delete_url(const struct kreq *, struct file *); * Print a delete form (http GET) or handle a delete form submission (http * POST). */ -struct http_ret del(struct kreq *); +void del(struct kreq *); #endif /* DELETE_H */ |