summaryrefslogtreecommitdiff
path: root/dbus/Version.in
blob: f6cc3676e21fa7b412e6a14d264fca576a686059 (plain)
1
2
3
4
5
6
7
8
9
10
LIBDBUS_1_@SOVERSION@ {
  global:
    dbus_*;
  local:
    *;
};
LIBDBUS_PRIVATE_@DBUS_VERSION@ {
  global:
    _dbus_*;
};