diff options
Diffstat (limited to 'src/ufo-roof-read.h')
-rw-r--r-- | src/ufo-roof-read.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/ufo-roof-read.h b/src/ufo-roof-read.h deleted file mode 100644 index 5f0853c..0000000 --- a/src/ufo-roof-read.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef __UFO_ROOF_READ_H -#define __UFO_ROOF_READ_H - -#include "ufo-roof-config.h" - -typedef struct _UfoRoofReadInterface UfoRoofReadInterface; - -typedef guint (*UfoRoofReaderRead)(UfoRoofReadInterface *reader, uint8_t *buf, GError **error); -typedef void (*UfoRoofReaderClose)(UfoRoofReadInterface *reader); - -struct _UfoRoofReadInterface { - UfoRoofReaderRead read; - UfoRoofReaderClose close; -}; - - -#endif /* __UFO_ROOF_READ_H */ |