diff options
Diffstat (limited to 'src/ufo-roof-read-file.h')
-rw-r--r-- | src/ufo-roof-read-file.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |