--- kdeedu-3.2.1/kstars/kstars/indi/indidevapi.h 2004-02-01 18:33:04.000000000 -0500 +++ kdeedu-3.2.3/kstars/kstars/indi/indidevapi.h 2004-05-30 09:44:25.000000000 -0400 @@ -155,7 +155,9 @@ /* function to set all property switches off */ extern void IUResetSwitches(const ISwitchVectorProperty *svp); -extern int IUUpdateSwitches(const ISwitchVectorProperty *svp, ISState *states, char *names[], int n); +extern int IUUpdateSwitches(ISwitchVectorProperty *svp, ISState *states, char *names[], int n); + +extern int IUUpdateNumbers(INumberVectorProperty *nvp, double values[], char *names[], int n); /* function to reliably save new text in a IText */ extern void IUSaveText (IText *tp, const char *newtext);