OSDN Git Service

neard: Use bool instead of gboolean for agent_register_postpone
authorSzymon Janc <szymon.janc@tieto.com>
Fri, 15 Feb 2013 12:09:16 +0000 (13:09 +0100)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 15 Feb 2013 14:29:19 +0000 (16:29 +0200)
commitc7521adc2fbaf39fc63861664eb00f3131633aa8
tree6dbee417bd62b496576c8c42aa33f5570537ae84
parent46d9e2693d202b3484853b433a947ed29cb3c1f6
neard: Use bool instead of gboolean for agent_register_postpone

There is no need to use gboolean as this flag is not used with any
glib function.
plugins/neard.c