blob: 60f60bad5c7e1c559cf4f9ebcc30afc9e132a296 (
plain)
1
2
3
4
5
6
7
8
|
#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
|