aboutsummaryrefslogblamecommitdiffstats
path: root/common.h
blob: 6f38731388f6f97e43c3c13a576e4632f55f24cf (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                         



                                          




                          


                    





                                                                              
/* See LICENSE file for copyright and license details. */
#ifdef MULTICALL_BINARY
# define LIBSIMPLY_CONFIG_MULTICALL_BINARY
#endif

#include <libcontacts.h>
#include <libsimple.h>
#include <libsimple-arg.h>


#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);