예제 #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);
}