File: libwtmpdb.map

package info (click to toggle)
wtmpdb 0.75.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 692 kB
  • sloc: ansic: 4,222; xml: 715; sh: 81; makefile: 16
file content (22 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
LIBWTMPDB_0.1 {
  global:
	logwtmpdb;
	wtmpdb_login;
	wtmpdb_logout;
	wtmpdb_read_all;
	wtmpdb_timespec2usec;
	wtmpdb_get_id;
  local: *;
};
LIBWTMPDB_0.7 {
  global:
        wtmpdb_rotate;
} LIBWTMPDB_0.1;
LIBWTMPDB_0.8 {
  global:
        wtmpdb_get_boottime;
} LIBWTMPDB_0.7;
LIBWTMPDB_0.50 {
  global:
	wtmpdb_read_all_v2;
} LIBWTMPDB_0.8;