summary refs log tree commit diff stats
path: root/src/common/ignore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/ignore.h')
-rw-r--r--src/common/ignore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/ignore.h b/src/common/ignore.h
index 3263a940..674e6285 100644
--- a/src/common/ignore.h
+++ b/src/common/ignore.h
@@ -44,7 +44,7 @@ struct ignore
 };
 
 struct ignore *ignore_exists (char *mask);
-int ignore_add (char *mask, int type);
+int ignore_add (char *mask, int type, gboolean overwrite);
 void ignore_showlist (session *sess);
 int ignore_del (char *mask, struct ignore *ig);
 int ignore_check (char *mask, int type);