aboutsummaryrefslogtreecommitdiffstats
path: root/cusb.h
diff options
context:
space:
mode:
Diffstat (limited to 'cusb.h')
-rw-r--r--cusb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cusb.h b/cusb.h
index eda2b16..1a619fd 100644
--- a/cusb.h
+++ b/cusb.h
@@ -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