From: Lennart Poettering Date: Tue, 3 Dec 2013 17:13:48 +0000 (+0100) Subject: bus: internalize a lot of protocol definitions X-Git-Tag: v209~1135 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0461f8cdc1d7b4afee2f2ff40fcaa3c7e26c662c;hp=0461f8cdc1d7b4afee2f2ff40fcaa3c7e26c662c;p=elogind.git bus: internalize a lot of protocol definitions We shouldn export what isn't necessary or useful to clients, so let's add the protocol definitions we only need internally into a private header. ---