diff options
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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); |