summaryrefslogtreecommitdiff
path: root/src/file_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/file_list.c')
-rw-r--r--src/file_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_list.c b/src/file_list.c
index f3c76fd..c1e7263 100644
--- a/src/file_list.c
+++ b/src/file_list.c
@@ -121,7 +121,7 @@ int file_list_remove(file_list_t* list, int fd)
return 0;
}
-int file_list_call_post_process(file_list_t* list, int fd, const char* script)
+int file_list_call_post_process(file_list_t* list, int fd, char* script)
{
if(!list || !(list->mutex_))
return -1;