diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 12:22:51 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 12:22:51 +0200 |
commit | bc3604d9b226ac475a104cd8ae2ca2d1d4a27984 (patch) | |
tree | e796661f371a94a50edfdc693388bb911b253dfd /spectro/disptechs.h | |
parent | 509016be676f7915d635fa57144d2a441e3090ca (diff) | |
parent | c0b89ac5bfb90835ef01573267020e42d4fe070c (diff) |
Merge new upstream release
Diffstat (limited to 'spectro/disptechs.h')
-rwxr-xr-x[-rw-r--r--] | spectro/disptechs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spectro/disptechs.h b/spectro/disptechs.h index 8c0a416..68245cf 100644..100755 --- a/spectro/disptechs.h +++ b/spectro/disptechs.h @@ -136,7 +136,8 @@ disptech_info *disptech_select(disptech_info *list, char c); /* - - - - - - - - - - - */ /* utility function, used by disptech_get_list & inst_creat_disptype_list() */ -int disptechs_set_sel(int flag, char *sel, char *usels, int *k, char *asels); +/* See disptechs.c for parameter description. */ +int disptechs_set_sel(int flag, int ix, char *sel, char *usels, int *k, char *asels); /* - - - - - - - - - - */ /* Display settling time model */ |