File: ids.h

package info (click to toggle)
gsocket 1.4.43-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,224 kB
  • sloc: ansic: 14,009; sh: 3,629; makefile: 155
file content (9 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#ifndef __GS_IDS_H__
#define __GS_IDS_H__ 1

void GS_IDS_utmp(GS_LIST *new, GS_LIST *new_active, char **least_idle, int *sec_idle, int *n_users);
void ids_gs_login(struct _peer *self_peer);
void ids_gs_logout(struct _peer *self_peer);


#endif /* !__GS_IDS_H__ */