]> git.deb.at Git - pkg/abook.git/blobdiff - edit.h
build system: updating gnuconfig files to 2013-06-10
[pkg/abook.git] / edit.h
diff --git a/edit.h b/edit.h
index aa521411823a0b652ba910ae25fe5223a3a6c600..3beed6501f7bff5ef4afb3903d9737c604d3c795 100644 (file)
--- a/edit.h
+++ b/edit.h
@@ -1,9 +1,14 @@
 #ifndef _EDIT_H
 #define _EDIT_H
 
+#include "misc.h"      /* for rotate_dir enum definition */
+
+
 void           edit_item(int item);
 void           get_first_email(char *str, int item);
+void           roll_emails(int item, enum rotate_dir dir);
 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)