From 00b6cfc57e27f8146d9b41ba8e63038a4f9df70e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 26 May 2014 23:43:36 +0100 Subject: rework path to url mapping functions to convert from and to nsurl --- content/dirlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/dirlist.h') diff --git a/content/dirlist.h b/content/dirlist.h index bf90ec6d4..687f50688 100644 --- a/content/dirlist.h +++ b/content/dirlist.h @@ -39,7 +39,7 @@ bool dirlist_generate_title(const char *title, char *buffer, int buffer_length); bool dirlist_generate_parent_link(const char *parent, char *buffer, int buffer_length); bool dirlist_generate_headings(char *buffer, int buffer_length); -bool dirlist_generate_row(bool even, bool directory, char *url, char *name, +bool dirlist_generate_row(bool even, bool directory, nsurl *url, char *name, const char *mimetype, long long size, char *date, char *time, char *buffer, int buffer_length); bool dirlist_generate_bottom(char *buffer, int buffer_length); -- cgit v1.2.3