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