diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-09-29 22:17:28 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-09-29 22:17:28 +0200 |
commit | fa756339d4204bff7f2820067f58214d32780d17 (patch) | |
tree | b2e4aa0963db50808b29744fed340b93d496fde9 /spectro/disptechs.h | |
parent | c0b89ac5bfb90835ef01573267020e42d4fe070c (diff) |
Imported Upstream version 1.8.2upstream/1.8.2
Diffstat (limited to 'spectro/disptechs.h')
-rw-r--r--[-rwxr-xr-x] | spectro/disptechs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spectro/disptechs.h b/spectro/disptechs.h index 68245cf..9860eac 100755..100644 --- a/spectro/disptechs.h +++ b/spectro/disptechs.h @@ -114,6 +114,7 @@ struct _disptech_info { /* Private: */ char lsel[10]; /* Unique list selector for ui */ + char isel[10]; /* Candidate selectors */ }; typedef struct _disptech_info disptech_info; @@ -137,7 +138,7 @@ disptech_info *disptech_select(disptech_info *list, char c); /* utility function, used by disptech_get_list & inst_creat_disptype_list() */ /* See disptechs.c for parameter description. */ -int disptechs_set_sel(int flag, int ix, char *sel, char *usels, int *k, char *asels); +void disptechs_set_sel(int flag, int ix, char *osel, char *isel, char *usels, int *k, char *asels); /* - - - - - - - - - - */ /* Display settling time model */ |