test/xi2: Clean up -Wshadow warnings

protocol-common declares a bunch of pretty generic names; fix shadows
of these names.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Keith Packard
2014-01-12 10:42:37 -08:00
parent 92a9495800
commit 7104f0f338
5 changed files with 41 additions and 41 deletions

View File

@@ -91,7 +91,7 @@ extern struct devices devices;
/**
* test-specific userdata, passed into the reply handler.
*/
extern void *userdata;
extern void *global_userdata;
/**
* The reply handler called from WriteToClient. Set this handler if you need