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

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