void delete_proc_client_map()

in tacacs-F4.0.4.28/client_count.c [61:66]


void delete_proc_client_map(pid_t process_id)
{
  char pid_str[20];
  snprintf(pid_str, 20, "%d", process_id);
  remove_proc_entry(pid_str);
}