edbus: Don't use "bool" as a variable name
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 17 Dec 2012 18:24:37 +0000 (18:24 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 17 Dec 2012 18:24:37 +0000 (18:24 +0000)
commitf75ffb34fab56376d204ae0b34f3e9f5cd11b79f
tree49d6525b8464a891cdd04eaa15589e99020ff874
parente53c47bcf08fed5d66bdf350b680551902acb546
edbus: Don't use "bool" as a variable name

Using bool as variable name is asking for trouble in C99. If we end up
including stdbool.h, this would fail.

SVN revision: 81171
legacy/edbus/src/examples/client.c