summaryrefslogtreecommitdiff
path: root/src/cr-prop-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cr-prop-list.h')
-rw-r--r--src/cr-prop-list.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cr-prop-list.h b/src/cr-prop-list.h
index 55d3dc1..eb6beac 100644
--- a/src/cr-prop-list.h
+++ b/src/cr-prop-list.h
@@ -68,6 +68,9 @@ enum CRStatus cr_prop_list_set_decl (CRPropList *a_this,
enum CRStatus cr_prop_list_get_decl (CRPropList *a_this,
CRDeclaration **a_decl) ;
+CRPropList * cr_prop_list_unlink (CRPropList *a_this,
+ CRPropList *a_pair) ;
+
void cr_prop_list_destroy (CRPropList *a_this) ;
G_END_DECLS