summaryrefslogtreecommitdiffstats
path: root/lib/libumberlog.ld
blob: 225d51c61db691c3a93cff78e76e2f8e25cb2307 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
LIBUMBERLOG_0.1.0 {
	global:
        # Our own symbols
          ul_format;
          ul_vformat;
          ul_syslog;
          ul_vsyslog;
          ul_legacy_syslog;
          ul_legacy_vsyslog;
          ul_openlog;
          ul_setlogmask;

	local:
        # Inherited from elsewhere, but should not be exported
          facilitynames;
          prioritynames;
};

LIBUMBERLOG_0.2.1 {
	global:
          ul_closelog;
} LIBUMBERLOG_0.1.0;