Example #1
0
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);
}