1.1 --- a/librazor/razor-internal.h Tue Jul 07 22:50:22 2009 +0100
1.2 +++ b/librazor/razor-internal.h Thu Aug 13 07:08:45 2009 +0100
1.3 @@ -167,6 +167,7 @@
1.4 struct razor_set *set;
1.5 struct array path;
1.6 struct list *index;
1.7 + int post_order;
1.8 };
1.9
1.10 struct razor_entry *
1.11 @@ -203,6 +204,7 @@
1.12 void razor_rpm_get_details_varg(struct razor_rpm *rpm, va_list args);
1.13
1.14 int razor_create_dir(const char *root, const char *path);
1.15 +int razor_remove(const char *path);
1.16 int razor_write(int fd, const void *data, size_t size);
1.17
1.18 void *razor_file_get_contents(const char *filename, size_t *length);