From cc13059092bce65620bea15c422115a5d693716a Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 1 Jan 2000 00:04:58 +0900 Subject: int func should be void --- device-functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'device-functions.h') 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); -- cgit