| changeset 365 | b7e2d327239a |
| parent 361 | 2523d03a840e |
| child 368 | ea743486ba6f |
1.1 --- a/librazor/razor.h Wed Apr 29 17:00:01 2009 +0100 1.2 +++ b/librazor/razor.h Thu May 14 05:50:37 2009 +0100 1.3 @@ -80,6 +80,7 @@ 1.4 * 1.5 * Returns: the new #razor_set object. 1.6 **/ 1.7 +struct razor_set *razor_set_create_without_root(void); 1.8 struct razor_set *razor_set_create(void); 1.9 struct razor_set *razor_set_open(const char *filename); 1.10 void razor_set_destroy(struct razor_set *set);