aboutsummaryrefslogtreecommitdiff
path: root/src/HTTPD_FileList.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTTPD_FileList.h')
-rw-r--r--src/HTTPD_FileList.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/HTTPD_FileList.h b/src/HTTPD_FileList.h
index fc3e5fc..7230b2a 100644
--- a/src/HTTPD_FileList.h
+++ b/src/HTTPD_FileList.h
@@ -36,9 +36,9 @@ void HTTPD_FileList_Append( FileList *, httpFileItem * item );
httpFileItem * HTTPD_FileList_Item( const FileList *, size_t index );
typedef int (*HTTPD_FileListSortComparison)( const httpFileItem *,
- const httpFileItem * );
-int HTTPD_FileListCompare_Var_Thorn_Slice( const httpFileItem *,
- const httpFileItem * );
+ const httpFileItem * );
+int HTTPD_FileListCompare_Var_Thorn_Slice( const httpFileItem *,
+ const httpFileItem * );
void HTTPD_FileList_SortAccordingTo( FileList *, HTTPD_FileListSortComparison comparison );