Added functions to convert AtomID from and to frontend and backend requests
[cascardo/atompub.git] / include / atompub / id.h
index e1c9a62..60e2ff2 100644 (file)
@@ -25,6 +25,8 @@
 typedef struct _atom_id AtomID;
 
 AtomID * atom_id_new (char *);
+AtomID * atom_id_new_from_frontend (AtomCtx *, char *);
+char * atom_id_to_backend (AtomCtx *, AtomID *);
 void atom_id_delete (AtomID *);
 char * atom_id_string (AtomID *);