Add udev monitor to setsu

This commit is contained in:
Florian Märkl 2020-07-01 20:48:01 +02:00
commit 38123ea38f
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
3 changed files with 91 additions and 11 deletions

View file

@ -71,5 +71,6 @@ void setsu_free(Setsu *setsu);
void setsu_poll(Setsu *setsu, SetsuEventCb cb, void *user);
SetsuDevice *setsu_connect(Setsu *setsu, const char *path);
void setsu_disconnect(Setsu *setsu, SetsuDevice *dev);
const char *setsu_device_get_path(SetsuDevice *dev);
#endif