summaryrefslogtreecommitdiffstats
path: root/lib/libcee-syslog.ld
blob: 53e53dab84f48197b44bf8b994181592b4553997 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
LIBCEE_SYSLOG_0.1.0 {
	global:
        # Our own symbols
          cee_format;
          cee_vformat;
          cee_syslog;
          cee_vsyslog;
          cee_legacy_syslog;
          cee_legacy_vsyslog;
          cee_openlog;
          cee_setlogmask;
        # Overrides
          syslog;
          vsyslog;
          openlog;
          setlogmask;

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