diff options
Diffstat (limited to 'discover/device-handler.h')
-rw-r--r-- | discover/device-handler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/discover/device-handler.h b/discover/device-handler.h index f4022e7..fe8a3b0 100644 --- a/discover/device-handler.h +++ b/discover/device-handler.h @@ -102,6 +102,10 @@ void device_handler_status_info(struct device_handler *handler, const char *fmt, ...); void device_handler_status_err(struct device_handler *handler, const char *fmt, ...); +void device_handler_status_dev_info(struct device_handler *handler, + struct discover_device *dev, const char *fmt, ...); +void device_handler_status_dev_err(struct device_handler *handler, + struct discover_device *dev, const char *fmt, ...); struct discover_context *device_handler_discover_context_create( struct device_handler *handler, |