Put the objects before the libraries when building
[nmdb.git] / nmdb / sctp.h
blob710fb18ffd1f4b81660b650db113a7b6d54d5056
2 #ifndef _SCTP_H
3 #define _SCTP_H
5 int sctp_init(void);
6 void sctp_close(int fd);
7 void sctp_recv(int fd, short event, void *arg);
9 #endif