7 lines
118 B
C
7 lines
118 B
C
#ifndef _SEATD_EVDEV_H
|
|
#define _SEATD_EVDEV_H
|
|
|
|
int evdev_revoke(int fd);
|
|
int path_is_evdev(const char *path);
|
|
|
|
#endif
|