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)
commit2c8cdc6e89be131a9bd54d93d3bbb984d8006952
tree11dc7d43799952ef6d4e50b2e9a943dfe9c1291a
parentb304d7eec31d185f8204b66fe5b091ac719dd387
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
src/examples/client.c