sxt: forgotten functions protos added;

This commit is contained in:
Alexander Vdolainen 2016-07-08 04:37:41 +03:00
parent d6629f43bd
commit 3849838454

View File

@ -99,4 +99,9 @@ int sxt_finish(void);
int sxt_reseed(void);
/* plain text beer exchange :) */
int sxt_scanbeer(sxtsession_t *, const char *, size_t);
int sxt_genbeer(sxtsession_t *, sxtsafebuffer_t *);
#endif /* __SXT_SXT_H__ */