new message_set functions
FossilOrigin-Name: 8cdf87be9882ec0526b09102abf4e54cbfb944aac8eae0ca0e47af66b80b0b9a
This commit is contained in:
@ -92,9 +92,17 @@ extern struct mod_ac * cw_get_mod_ac(const char *name);
|
||||
#include "cw/mlist.h"
|
||||
|
||||
|
||||
extern void test_sets();
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
int rc = 0;
|
||||
|
||||
/* parse arguments */
|
||||
@ -117,6 +125,10 @@ int main(int argc, char *argv[])
|
||||
developers is turned on ;) */
|
||||
DBGX("Attention! %s", "DBG X is ON!");
|
||||
|
||||
test_sets();
|
||||
|
||||
exit(0);
|
||||
|
||||
|
||||
/* Initialize the database */
|
||||
if (!db_init())
|
||||
|
Reference in New Issue
Block a user