9 lines
123 B
C
9 lines
123 B
C
#ifndef YASND_SOCK_H
|
|
#define YASND_SOCK_H
|
|
|
|
// External functions
|
|
extern int sock_init();
|
|
extern void sock_close();
|
|
|
|
#endif
|