Correct return type of tmsg_cleanup

This commit is contained in:
Anders Jenbo 2020-04-06 02:48:44 +02:00
commit eaa24860ce
2 changed files with 2 additions and 3 deletions

View file

@ -5,6 +5,6 @@
int tmsg_get(BYTE *pbMsg, DWORD dwMaxLen);
void tmsg_add(BYTE *pbMsg, BYTE bLen);
void tmsg_start();
void *tmsg_cleanup();
void tmsg_cleanup();
#endif /* __TMSG_H__ */