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

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