use a void * for the third argument (&value) of the cp_vset() function

This commit is contained in:
rlar
2010-07-20 19:19:51 +00:00
parent 3942bc2ade
commit 73cf2a8ea5
12 changed files with 40 additions and 27 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ extern bool cp_noglob;
extern bool cp_nonomatch;
extern char cp_dol;
extern void cp_remvar(char *varname);
extern void cp_vset(char *varname, enum cp_types type, char *value);
extern void cp_vset(char *varname, enum cp_types type, void *value);
extern struct variable *cp_setparse(wordlist *wl);
extern wordlist *vareval(char *string);