aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-remote/e-corba-utils.h
blob: 3e86c49224103f2984cd2a24af49ec77e8ea18d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10

#ifndef _E_CORBA_UTILS_H
#define _E_CORBA_UTILS_H

#include "Evolution-DataServer-Mail.h"

void e_mail_property_set_string(GNOME_Evolution_Mail_Property *prop, const char *name, const char *val);
void e_mail_property_set_null(GNOME_Evolution_Mail_Property *prop, const char *name);

#endif /* !_E_CORBA_UTILS_H */