summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index da996846..1047477e 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -245,7 +245,7 @@ void subscribe_newfav(void);
/* file */
int file_count_line(char *file);
int file_append_line(char *file, char *string);
-int file_delete_line(char *file, char *string);
+int file_delete_line(char *file, char *string, char case_sensitive);
int file_exist_record(char *file, char *string);
/* friend */