summaryrefslogtreecommitdiff
path: root/spectro/disptechs.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-09-29 22:24:19 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-09-29 22:24:19 +0200
commit74a58795229dc11d4b07b56cec92260489d1c186 (patch)
treedbf369a1e24df4d5f11f3cc3b6f68110d959c336 /spectro/disptechs.h
parent119f02a4b432676cbe003ba5ed1f78137dfb4a20 (diff)
parentfa756339d4204bff7f2820067f58214d32780d17 (diff)
New upstream release 1.8.2
Diffstat (limited to 'spectro/disptechs.h')
-rw-r--r--spectro/disptechs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/spectro/disptechs.h b/spectro/disptechs.h
index 68245cf..9860eac 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 */