* mu: add the backend for freq information for contacts

This commit is contained in:
djcb
2013-06-16 23:02:19 +03:00
parent 401f30ee26
commit bfe74d1d11
5 changed files with 17 additions and 11 deletions

View File

@ -65,7 +65,8 @@ struct _Contact {
typedef struct _Contact Contact;
static Contact*
contact_new (const char *email, const char *name, gboolean personal, size_t tstamp)
contact_new (const char *email, const char *name,
gboolean personal, size_t tstamp)
{
Contact *contact;
@ -92,7 +93,7 @@ contact_destroy (Contact *contact)
static void
each_contact (const char *email, const char *name, gboolean personal,
time_t tstamp, GSList **lst)
time_t tstamp, unsigned freq, GSList **lst)
{
Contact *contact;