yasnd/daemon/yasnd-sock.h

9 lines
123 B
C
Raw Normal View History

2012-03-23 14:06:39 +04:00
#ifndef YASND_SOCK_H
#define YASND_SOCK_H
// External functions
extern int sock_init();
extern void sock_close();
#endif