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

Added a comment/rcs keyword header

parent 868e20b6
No related branches found
No related tags found
No related merge requests found
/* Values for MsgBase.status */
// $Id$
// Synchronet Message Base constant definitions (from smbdefs.h and smblib.h)
/* Values for MsgBase.status */
var SMB_SUCCESS =0; /* Successful result/return code */
var SMB_DUPE_MSG =1; /* Duplicate message detected by smb_addcrc() */
var SMB_FAILURE =-1; /* Generic error (discouraged) */
......
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