summaryrefslogtreecommitdiffstats
path: root/src/ufo-roof-read-file.h
blob: 787b4413edb5a0ff8b692fda64ce53feff9ea114 (plain)
1
2
3
4
5
6
7
8
#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