#ifndef __UFO_ROOF_READ_FILE_H
#define __UFO_ROOF_READ_FILE_H

#include "ufo-roof-read.h"

UfoRoofReadInterface *ufo_roof_read_file_new(UfoRoofConfig *cfg, const char *path, guint file_id, GError **error);

#endif