diff options
Diffstat (limited to 'src/roof-read-socket.h')
-rw-r--r-- | src/roof-read-socket.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/roof-read-socket.h b/src/roof-read-socket.h new file mode 100644 index 0000000..34a98e8 --- /dev/null +++ b/src/roof-read-socket.h @@ -0,0 +1,8 @@ +#ifndef __ROOF_READ_SOCKET_H +#define __ROOF_READ_SOCKET_H + +#include "ufo-roof-read.h" + +RoofReadInterface *roof_read_socket_new(RoofConfig *cfg, guint id, GError **error); + +#endif |