| changeset 459 | 5576a85e174a |
| parent 452 | 06885e558546 |
| child 462 | 94d7459828ba |
1.1 --- a/librazor/razor.h.in Fri Oct 03 12:26:22 2014 +0100 1.2 +++ b/librazor/razor.h.in Fri Oct 17 10:13:48 2014 +0100 1.3 @@ -21,6 +21,7 @@ 1.4 #ifndef _RAZOR_H_ 1.5 #define _RAZOR_H_ 1.6 1.7 +#include <stdio.h> 1.8 #include <stdint.h> 1.9 #include <sys/types.h> 1.10 1.11 @@ -631,4 +632,7 @@ 1.12 1.13 const char *razor_system_arch(void); 1.14 1.15 +int razor_dump_database(FILE *fp, const char *root, const char *filename, 1.16 + struct razor_error **error); 1.17 + 1.18 #endif /* _RAZOR_H_ */