From 3d93df54d024f49895db6277e873dccd10b5baec Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 17 Nov 2019 09:16:57 +0100 Subject: The first test (file file-base simmulation) --- src/ufo-roof-read-socket.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/ufo-roof-read-socket.h (limited to 'src/ufo-roof-read-socket.h') diff --git a/src/ufo-roof-read-socket.h b/src/ufo-roof-read-socket.h new file mode 100644 index 0000000..74b0742 --- /dev/null +++ b/src/ufo-roof-read-socket.h @@ -0,0 +1,8 @@ +#ifndef __UFO_ROOF_READ_SOCKET_H +#define __UFO_ROOF_READ_SOCKET_H + +#include "ufo-roof-read.h" + +UfoRoofReadInterface *ufo_roof_read_socket_new(UfoRoofConfig *cfg, guint id, GError **error); + +#endif -- cgit v1.2.3