update it

This commit is contained in:
Sukchan Lee 2017-08-25 20:31:08 +09:00
parent 7cae17562d
commit 0ecc05e9d3
19 changed files with 155 additions and 110 deletions

View file

@ -1,4 +1,4 @@
#include "s6a_lib.h"
#include "s6a_dict.h"
#define CHECK_dict_search( _type, _criteria, _what, _result ) \
CHECK_FCT( fd_dict_search( fd_g_config->cnf_dict, (_type), (_criteria), (_what), (_result), ENOENT) );