1 2 3 4 5 6 7 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