⛏️ index : haiku.git

// SMMessages.h
#ifndef SM_MESSAGES_H
#define SM_MESSAGES_H

// message constants
enum {
	MSG_BLOCK	= 'blck',
	MSG_UNBLOCK	= 'unbl',
	MSG_TEST	= 'test',
	MSG_REPLY	= 'rply',
};

#endif	// SM_MESSAGES_H