librazor/razor.h
changeset 366 f176b2ba3cb3
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:51:05 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);