cachesyncd/unixsock.h

8 lines
113 B
C
Raw Permalink Normal View History

2006-06-23 22:02:31 +02:00
#ifndef _UNIXSOCK_H_
#define _UNIXSOCK_H_
int sock_init();
void sock_close(int sockfd);
#endif // _UNIXSOCK_H_