summaryrefslogtreecommitdiffstats
path: root/lib/libumberlog.ld
blob: 8cd48e7838cec51a1e04511382f1c51312b94423 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
};