]> git.deb.at Git - pkg/abook.git/blobdiff - edit.c
Applied patch from Guillem Jover to add support for bsd calendar export.
[pkg/abook.git] / edit.c
diff --git a/edit.c b/edit.c
index 5605a0f73abd6fe56b455970cf0d6e6746d3c80c..28d508748480d3747048f83a1291cba203860fc8 100644 (file)
--- a/edit.c
+++ b/edit.c
@@ -33,8 +33,6 @@ extern int views_count;
 
 WINDOW *editw;
 
-static int parse_date_string(char *s, int *day, int *month, int *year);
-
 
 static void
 editor_tab(const int tab)
@@ -421,7 +419,7 @@ static int is_valid_date(const int day, const int month, const int year)
        return valid;
 }
 
-static int
+int
 parse_date_string(char *s, int *day, int *month, int *year)
 {
        int i = 0;