chiark / gitweb /
bus-proxy: we don't pointlessly abbreviate function names
authorLennart Poettering <lennart@poettering.net>
Fri, 13 Feb 2015 14:05:34 +0000 (15:05 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 13 Feb 2015 14:49:51 +0000 (15:49 +0100)
commitd27efd93841a2ac2127fd53321368cc3f975c564
treebef2a28458a69f8de9630736e2df2f626774f172
parent403193f54b6ff0d3e822d56d7144cf996a596146
bus-proxy: we don't pointlessly abbreviate function names

It's fine to abbreviate local variables, but it's not OK to abbreviate
function names needlessly. This is not an excercise in writing
unreadable code.
src/bus-proxyd/proxy.c
src/bus-proxyd/proxy.h
src/bus-proxyd/stdio-bridge.c