aboutsummaryrefslogtreecommitdiffstats
path: root/libcontacts_birthday_destroy.c
blob: c2c1f9591ee75b53753bbf7918f75aed5bbf039d (plain) (blame)
1
2
3
4
5
6
7
8
9
/* See LICENSE file for copyright and license details. */
#include "common.h"


void
libcontacts_birthday_destroy(struct libcontacts_birthday *this)
{
	(void) this;
}