Skip to content
Snippets Groups Projects
Commit b2aa176c authored by rswindell's avatar rswindell
Browse files

Created SMB_IS_OPEN macro to test if a message base is already open.

parent f23e99ab
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,8 @@
#define GETMSGTXT_TAILS 1 /* Get message tail(s) too */
#define SMB_IS_OPEN(smb) (smb->shd_fp!=NULL)
#ifdef __cplusplus
extern "C" {
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment