Files
cachesyncd/unixsock.h
2006-06-23 22:02:31 +02:00

8 lines
113 B
C

#ifndef _UNIXSOCK_H_
#define _UNIXSOCK_H_
int sock_init();
void sock_close(int sockfd);
#endif // _UNIXSOCK_H_