nmdb: Only unlink the pidfile if we were asked to write it
[nmdb.git] / libnmdb / sctp.h
blobb44ebc97d10ce931dafe81a1502db1df0e1a62e6
2 #ifndef _SCTP_H
3 #define _SCTP_H
5 #include "internal.h"
7 int sctp_srv_send(struct nmdb_srv *srv, unsigned char *buf, size_t bsize);
8 uint32_t sctp_get_rep(struct nmdb_srv *srv,
9 unsigned char *buf, size_t bsize,
10 unsigned char **payload, size_t *psize);
12 #endif