diff -r f600b0d1fc5d -r faab25d520dd bl/spawn.h --- a/bl/spawn.h Fri Jan 27 10:30:16 2012 +0000 +++ b/bl/spawn.h Fri Jan 27 16:18:02 2012 +0000 @@ -1,8 +1,8 @@ #ifndef BL_SPAWN_H #define BL_SPAWN_H -#include +#include -boolean spawn_sync(char **argv,char **standard_output,int *exit_status); +gboolean spawn_sync(char **argv,char **standard_output,int *exit_status); #endif /* BL_SPAWN_H */