Split out set_var_value_dll() from set_var_value()

Also remove external declaration of set_var_value() from vars.h, since it is only used in
vars.c.
This commit is contained in:
Kevin Easton
2017-11-03 01:14:30 +11:00
parent 1797858d0b
commit 574053da52
2 changed files with 33 additions and 36 deletions

View File

@@ -380,7 +380,6 @@ NUMBER_OF_VARIABLES
void set_highlight_char (Window *, char *, int);
int charset_size (void);
void save_variables (FILE *, int);
void set_var_value (int, char *, IrcVariableDll *);
void save_set (FILE *);
extern char *var_settings[];