diff options
Diffstat (limited to 'make.h')
-rw-r--r-- | make.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -466,8 +466,7 @@ const char *strcache_add_len (const char *str, unsigned int len); int strcache_setbufsize (unsigned int size); /* Guile support */ -char *guile_eval_string (char *str); -void setup_guile (void); +int setup_guile (void); #ifdef HAVE_VFORK_H |