From 5058a94ee717d96285da20423324af3478df175d Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 25 Feb 2013 01:38:36 -0500 Subject: Expand the loadable object support. Provide a simple API for loaded objects to interact with GNU make. I still won't guarantee that this API won't change but it's much closer to something that's supported and provides easy-to-use interfaces with a public header file. --- variable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'variable.h') diff --git a/variable.h b/variable.h index ac096d4..9b5d613 100644 --- a/variable.h +++ b/variable.h @@ -167,7 +167,7 @@ void init_hash_global_variable_set (void); void hash_init_function_table (void); void define_new_function(const gmk_floc *flocp, const char *name, int min, int max, int expand, - char *(*func)(char *, char **, const char *)); + char *(*func)(const char *, int, char **)); struct variable *lookup_variable (const char *name, unsigned int length); struct variable *lookup_variable_in_set (const char *name, unsigned int length, const struct variable_set *set); -- cgit v1.2.3