summaryrefslogtreecommitdiffstats
path: root/src/roof-read-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/roof-read-file.h')
-rw-r--r--src/roof-read-file.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/roof-read-file.h b/src/roof-read-file.h
new file mode 100644
index 0000000..60f60ba
--- /dev/null
+++ b/src/roof-read-file.h
@@ -0,0 +1,8 @@
+#ifndef __ROOF_READ_FILE_H
+#define __ROOF_READ_FILE_H
+
+#include "ufo-roof-read.h"
+
+RoofReadInterface *roof_read_file_new(RoofConfig *cfg, const char *path, guint file_id, GError **error);
+
+#endif