diff options
Diffstat (limited to 'libcontacts_birthday_destroy.c')
-rw-r--r-- | libcontacts_birthday_destroy.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcontacts_birthday_destroy.c b/libcontacts_birthday_destroy.c new file mode 100644 index 0000000..c2c1f95 --- /dev/null +++ b/libcontacts_birthday_destroy.c @@ -0,0 +1,9 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + + +void +libcontacts_birthday_destroy(struct libcontacts_birthday *this) +{ + (void) this; +} |