mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 01:20:05 +01:00
6 lines
101 B
C
6 lines
101 B
C
#ifndef TESTS_H
|
|
#define TESTS_H
|
|
|
|
int protocol_xchangedevicecontrol_test(void);
|
|
|
|
#endif /* TESTS_H */
|