Move asdbus stuff to src/hildon2, as it's hildon/maemo specific.
[modest] / src / hildon2 / asdbus.h
1 #include <glib.h>
2
3 typedef struct {
4         gchar *display_name;
5         gchar *email_address;
6 } AsDbusRecipient;
7
8 GList * asdbus_resolve_recipients (const gchar *name);