]> git.deb.at Git - pkg/abook.git/blobdiff - edit.h
Imported Debian patch 0.6.0~pre2-1
[pkg/abook.git] / edit.h
diff --git a/edit.h b/edit.h
index aa521411823a0b652ba910ae25fe5223a3a6c600..8f1ada501b76df84a3c1ef78693265357ec1d515 100644 (file)
--- a/edit.h
+++ b/edit.h
@@ -4,6 +4,7 @@
 void           edit_item(int item);
 void           get_first_email(char *str, int item);
 void           add_item();
+int            parse_date_string(char *s, int *day, int *month, int *year);
 
 #define EDITW_COLS     (COLS - 6)
 #define EDITW_LINES    (LINES - 5)