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:
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user