diff options
| author | Gergely Nagy <algernon@balabit.hu> | 2012-03-23 11:06:12 +0100 |
|---|---|---|
| committer | Gergely Nagy <algernon@balabit.hu> | 2012-03-23 11:06:12 +0100 |
| commit | 4a7483a074c4fc02fb01b24deb008b08e2673e9a (patch) | |
| tree | 04deee277f737f54e00f575eba841bacb1ac9e98 /lib/libcee-syslog.ld | |
| parent | 611b698ce05d9f26a176b01e4ca2b81777a9acbe (diff) | |
| parent | 632e1a5d657a1ebdc15fc0571ccd958a27e838cc (diff) | |
Merge branch 'master' into debian
Diffstat (limited to 'lib/libcee-syslog.ld')
| -rw-r--r-- | lib/libcee-syslog.ld | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/libcee-syslog.ld b/lib/libcee-syslog.ld deleted file mode 100644 index 8f5d442..0000000 --- a/lib/libcee-syslog.ld +++ /dev/null @@ -1,17 +0,0 @@ -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; -}; |
