summaryrefslogtreecommitdiff
path: root/iup/src/iup_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'iup/src/iup_list.h')
-rwxr-xr-xiup/src/iup_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/iup/src/iup_list.h b/iup/src/iup_list.h
index 045116b..05fe9f8 100755
--- a/iup/src/iup_list.h
+++ b/iup/src/iup_list.h
@@ -30,6 +30,7 @@ char* iupListGetNCAttrib(Ihandle* ih);
char* iupListGetPaddingAttrib(Ihandle* ih);
char* iupListGetSpacingAttrib(Ihandle* ih);
void iupListSingleCallDblClickCallback(Ihandle* ih, IFnis cb, int pos);
+void iupListUpdateOldValue(Ihandle* ih, int pos, int removed);
struct _IcontrolData
{