diff options
Diffstat (limited to 'device-functions.h')
-rw-r--r-- | device-functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device-functions.h b/device-functions.h index 9c33b81..cdbbd9c 100644 --- a/device-functions.h +++ b/device-functions.h @@ -78,5 +78,6 @@ int change_password (gchar *old_password, gchar *new_password); int number_of_fixed_ampl_points(int channel); float rst_fixed_ampl_point (int channel); gboolean fixed_ampl_ok (int channel, float use_ampl); +void get_min_max_fixed_ampls (int channel, float *min_ampl, float *max_ampl); #endif |