diff options
Diffstat (limited to 'src/device.h')
| -rw-r--r-- | src/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device.h b/src/device.h index d7c82ca..95d470e 100644 --- a/src/device.h +++ b/src/device.h | |||
| @@ -41,6 +41,7 @@ void device_client_process(int device_id, struct mux_client *client, short event | |||
| 41 | void device_abort_connect(int device_id, struct mux_client *client); | 41 | void device_abort_connect(int device_id, struct mux_client *client); |
| 42 | 42 | ||
| 43 | void device_set_visible(int device_id); | 43 | void device_set_visible(int device_id); |
| 44 | void device_set_preflight_cb_data(int device_id, void* data); | ||
| 44 | 45 | ||
| 45 | int device_get_count(int include_hidden); | 46 | int device_get_count(int include_hidden); |
| 46 | int device_get_list(int include_hidden, struct device_info *p); | 47 | int device_get_list(int include_hidden, struct device_info *p); |
