summaryrefslogtreecommitdiffstats
path: root/src/ufo-roof-read-socket.h
blob: 74b074292d891d049a78b7c200cfad4cf30c21f6 (plain)
1
2
3
4
5
6
7
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