summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--device-functions.c2
-rw-r--r--device-functions.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/device-functions.c b/device-functions.c
index 243edee..fa070bd 100644
--- a/device-functions.c
+++ b/device-functions.c
@@ -1403,7 +1403,7 @@ int Set_zout(int channel,int setting,int really_for_zout)
}
-int Set_Use_Vctrl_PW_Range(int channel, gboolean mode)
+void Set_Use_Vctrl_PW_Range(int channel, gboolean mode)
{
// This is a bit hackish.
// The Zout hardware/software is used in AVPP and similar units
diff --git a/device-functions.h b/device-functions.h
index 532026b..c0cb747 100644
--- a/device-functions.h
+++ b/device-functions.h
@@ -27,7 +27,7 @@ int Set_Trig_Source(int channel,int mode);
int Set_Gate_Sync(int channel,int mode);
int Set_Gate_Level(int channel,int mode);
int Set_zout(int channel,int setting,int really_for_zout);
-int Set_Use_Vctrl_PW_Range(int channel, gboolean mode);
+void Set_Use_Vctrl_PW_Range(int channel, gboolean mode);
int Set_Load(int channel, float value);
int Set_EA(int channel,int mode);
int Set_AdvDel(int channel,int setting);