Prototypes for bio functions added.

FossilOrigin-Name: c32d01d132c970899ad41920f22bf30f3ec29031320f017960fd0d5757667c3b
This commit is contained in:
7u83@mail.ru 2015-02-07 02:00:39 +00:00
parent a9119f5687
commit 7be60b16d2
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@
#endif
extern int dtls_bio_read(struct conn *conn, char *out, int maxlen);
extern int dtls_bio_write(struct conn * conn, const char *data, int len);
#endif