diff -r 2523d03a840e -r f176b2ba3cb3 librazor/razor.h --- a/librazor/razor.h Wed Apr 29 17:00:01 2009 +0100 +++ b/librazor/razor.h Thu May 14 05:51:05 2009 +0100 @@ -80,6 +80,7 @@ * * Returns: the new #razor_set object. **/ +struct razor_set *razor_set_create_without_root(void); struct razor_set *razor_set_create(void); struct razor_set *razor_set_open(const char *filename); void razor_set_destroy(struct razor_set *set);