summaryrefslogtreecommitdiff
path: root/spectro/disptechs.h
diff options
context:
space:
mode:
Diffstat (limited to 'spectro/disptechs.h')
-rw-r--r--[-rwxr-xr-x]spectro/disptechs.h3
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 */