From 0ce4e8d52fd491268a56c10dbb32fd5c996e2589 Mon Sep 17 00:00:00 2001
From: "Suren A. Chilingaryan" <csa@suren.me>
Date: Sat, 1 Feb 2020 13:07:46 +0100
Subject: Initial Python infrastructure to build more complex processing
 pipelines and the corresponding changes in ROOF filters

---
 src/ufo-roof-read-file.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/ufo-roof-read-file.h')

diff --git a/src/ufo-roof-read-file.h b/src/ufo-roof-read-file.h
index 54bcf49..787b441 100644
--- a/src/ufo-roof-read-file.h
+++ b/src/ufo-roof-read-file.h
@@ -3,6 +3,6 @@
 
 #include "ufo-roof-read.h"
 
-UfoRoofReadInterface *ufo_roof_read_file_new(UfoRoofConfig *cfg, guint id, GError **error);
+UfoRoofReadInterface *ufo_roof_read_file_new(UfoRoofConfig *cfg, const char *path, guint file_id, GError **error);
 
 #endif
-- 
cgit v1.2.3