summaryrefslogtreecommitdiff
path: root/src/file_list.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2012-09-25 11:16:43 (GMT)
committerChristian Pointner <equinox@helsinki.at>2012-09-25 11:16:43 (GMT)
commit9297e482f3a4404c08f66056a735e01dc72dcc65 (patch)
tree7a265d0d3371625da612f7a9fa49fca7a50999e6 /src/file_list.c
parentf03b88e11ce58d7e77a2c43dd8609126d0347fd2 (diff)
fixed remaining warning
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;