summaryrefslogtreecommitdiffstats
path: root/src/ufo-roof-read-file.h
blob: 54bcf49ab79eef787f6efe5364fe680260401899 (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, guint id, GError **error);

#endif