aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/common.h b/common.h
index 3fcd407..6f38731 100644
--- a/common.h
+++ b/common.h
@@ -11,3 +11,9 @@
#ifndef BUFSIZ
# define BUFSIZ 4096
#endif
+
+
+/* common-birthday.c */
+int get_age(struct libcontacts_birthday *bday, const struct tm *now);
+void print_birthdate(struct libcontacts_birthday *bday, const struct tm *now);
+void print_birthday(struct libcontacts_birthday *bday, const struct tm *now);