agent: Use guint8* as the type for internal buffers
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Mon, 16 Dec 2013 11:10:13 +0000 (11:10 +0000)
committerOlivier Crête <olivier.crete@collabora.com>
Fri, 31 Jan 2014 06:48:58 +0000 (01:48 -0500)
commit23c34a87920f0c215f4b6e32e5a2736b3881489d
tree4e72b73bbd7a849dde0eeb1edce1733ba178d336
parent6fe29601eec5514ef267640310af955a686c502d
agent: Use guint8* as the type for internal buffers

…rather than gchar*. This differentiates binary buffers from strings a
little better, although the two types are functionally equivalent.

Also use gsize for buffer sizes, rather than guint.
agent/agent.c