comparison extensions/rt_default/rt_default.c @ 168:6db078b955e3

Completed rt_default extension
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 02 Feb 2010 10:15:05 +0900
parents 967e579beb64
children 5df55136361b
comparison
equal deleted inserted replaced
167:967e579beb64 168:6db078b955e3
66 CHECK_FCT( rtd_init() ); 66 CHECK_FCT( rtd_init() );
67 67
68 /* Parse the configuration file */ 68 /* Parse the configuration file */
69 CHECK_FCT( rtd_conf_handle(conffile) ); 69 CHECK_FCT( rtd_conf_handle(conffile) );
70 70
71 #if 1 71 #if 0
72 /* Dump the rules */ 72 /* Dump the rules */
73 rtd_dump(); 73 rtd_dump();
74 #endif /* 0 */ 74 #endif /* 0 */
75 75
76 /* Register the callback */ 76 /* Register the callback */
"Welcome to our mercurial repository"