#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