diff options
Diffstat (limited to 'addressbook/util/e-destination.h')
-rw-r--r-- | addressbook/util/e-destination.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/util/e-destination.h b/addressbook/util/e-destination.h index 78defc7ae1..024d296faf 100644 --- a/addressbook/util/e-destination.h +++ b/addressbook/util/e-destination.h @@ -116,6 +116,9 @@ char *e_destination_exportv (EDestination **); EDestination *e_destination_import (const char *str); EDestination **e_destination_importv (const char *str); +/* EVCard "export" routines */ +void e_destination_export_to_vcard_attribute (EDestination *dest, EVCardAttribute *attr); + void e_destination_freev (EDestination **); #endif /* __E_DESTINATION_H__ */ |