2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
6 /* variables.h -- Prototypes to all functions related to variables */
10 /* Internal function prototypes */
11 extern void *get_variable(char *);
12 extern char *get_var_arg(char *);
13 extern long int get_var_int(char *);
14 extern void set_variable(char *, char *, long int);
15 extern void set_preset_variables(int);
17 extern void dump_varlist();
19 extern void free_varlist();
21 #endif /* _VARIABLES_H */