diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-12-05 23:35:47 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-12-05 23:35:47 +0000 |
commit | d793256d203fde3090d3729f70e0595674fa48d6 (patch) | |
tree | 3ef1aefbe45529a2063630b05a7be6dcd2c13fbc /cusb.h | |
parent | 3d9394c18ca528ac78197007d1a2dfff6f401920 (diff) | |
parent | 8f3c91e91b634adaca77dac6cf314445cceefc78 (diff) | |
download | libphidget21-d793256d203fde3090d3729f70e0595674fa48d6.tar.gz |
Merge tag 'upstream/2.1.8.20120912'
Diffstat (limited to 'cusb.h')
-rw-r--r-- | cusb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ int CUSBSetLabel(CPhidgetHandle phid, char *buffer); void CUSBCleanup(); int CUSBSetupNotifications(); int CUSBRefreshLabelString(CPhidgetHandle phid); +int CUSBGetString(CPhidgetHandle phid, int index, char *str); #if defined(_LINUX) && !defined(_ANDROID) void CUSBUninit(); #else |