File: libremctl.map

package info (click to toggle)
remctl 3.18-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,612 kB
  • sloc: ansic: 19,504; sh: 5,386; perl: 1,778; java: 740; makefile: 715; xml: 502; python: 430
file content (22 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
REMCTL_1.0 {
    global:
        remctl;
        remctl_close;
        remctl_command;
        remctl_commandv;
        remctl_error;
        remctl_new;
        remctl_noop;
        remctl_open;
        remctl_open_addrinfo;
        remctl_open_fd;
        remctl_open_sockaddr;
        remctl_output;
        remctl_result_free;
        remctl_set_ccache;
        remctl_set_source_ip;
        remctl_set_timeout;

    local:
        *;
};