diff options
Diffstat (limited to 'src/device.h')
| -rw-r--r-- | src/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.h b/src/device.h index 95d470e..cb5bc24 100644 --- a/src/device.h +++ b/src/device.h | |||
| @@ -44,7 +44,7 @@ void device_set_visible(int device_id); | |||
| 44 | void device_set_preflight_cb_data(int device_id, void* data); | 44 | void device_set_preflight_cb_data(int device_id, void* data); |
| 45 | 45 | ||
| 46 | int device_get_count(int include_hidden); | 46 | int device_get_count(int include_hidden); |
| 47 | int device_get_list(int include_hidden, struct device_info *p); | 47 | int device_get_list(int include_hidden, struct device_info **devices); |
| 48 | 48 | ||
| 49 | int device_get_timeout(void); | 49 | int device_get_timeout(void); |
| 50 | void device_check_timeouts(void); | 50 | void device_check_timeouts(void); |
