Correct return type of tmsg_cleanup
This commit is contained in:
parent
f217b14e3e
commit
eaa24860ce
2 changed files with 2 additions and 3 deletions
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue