#ifndef BL_SPAWN_H #define BL_SPAWN_H #include gboolean spawn_sync(char **argv,char **standard_output,int *exit_status); #endif /* BL_SPAWN_H */