diff options
author | Pete Batard <pbatard@gmail.com> | 2010-03-12 02:15:51 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-03-12 02:15:51 +0000 |
commit | 73cdd86fe78d5ae53bb3d6989a8bc7a78c51e3bb (patch) | |
tree | e8ef38bbc95b4b441a0b1b36b480c58d8788132b /libusb/os/driver_install.h | |
parent | 53110b64d149ffd63320dcef3a706d94ebd40d10 (diff) | |
download | libusb-73cdd86fe78d5ae53bb3d6989a8bc7a78c51e3bb.tar.gz |
pipe communication between installer and other improvementsa166
Diffstat (limited to 'libusb/os/driver_install.h')
-rw-r--r-- | libusb/os/driver_install.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libusb/os/driver_install.h b/libusb/os/driver_install.h index 81688b3..3a3b6a8 100644 --- a/libusb/os/driver_install.h +++ b/libusb/os/driver_install.h @@ -14,7 +14,8 @@ struct driver_info { struct driver_info *list_driverless(void); char* guid_to_string(const GUID guid); int create_inf(struct driver_info* drv_info, char* path); -int install_device(char* path); +int run_installer(char* path); +int update_drivers(void); |