示例#1
0
文件: character_d.c 项目: nbmc/DOGL
static int add_group(string group) {
/* Add the specified group to the group list.  Returns 1 on success or 0 on
 * failure after setting the DOGL_ERROR value. */
  DOGL_SYSTEM_CHECK();
  return char_d->add_group(group);
}