From 32d9d0371466a604fc9ee86f4c25259d432a2938 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Sat, 9 Aug 2008 17:08:25 -0300 Subject: [PATCH] URI property is of IRI type, not string --- include/atompub/person.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/atompub/person.h b/include/atompub/person.h index 1ebf8ac..cf9821d 100644 --- a/include/atompub/person.h +++ b/include/atompub/person.h @@ -29,7 +29,7 @@ void atom_person_delete (AtomPerson *); char * atom_person_name (AtomPerson *); void atom_person_name_set (AtomPerson *, char *); IRI * atom_person_uri (AtomPerson *); -void atom_person_uri_set (AtomPerson *, char *); +void atom_person_uri_set (AtomPerson *, IRI *); char * atom_person_email (AtomPerson *); void atom_person_email_set (AtomPerson *, char *); -- 2.20.1