diff options
Diffstat (limited to 'test/xi2/protocol-common.h')
-rw-r--r-- | test/xi2/protocol-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xi2/protocol-common.h b/test/xi2/protocol-common.h index d30306886..f8504787f 100644 --- a/test/xi2/protocol-common.h +++ b/test/xi2/protocol-common.h @@ -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 |