summaryrefslogtreecommitdiff
path: root/render/directory.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/directory.h')
-rw-r--r--render/directory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/directory.h b/render/directory.h
index 766593294..25e5f3281 100644
--- a/render/directory.h
+++ b/render/directory.h
@@ -31,7 +31,7 @@
struct http_parameter;
bool directory_create(struct content *c, const struct http_parameter *params);
-bool directory_convert(struct content *c, int width, int height);
+bool directory_convert(struct content *c);
void directory_destroy(struct content *c);
#endif