#ifndef MUON_WRAP_H #define MUON_WRAP_H #include #include struct workspace; bool wrap_handle(struct workspace *wk, const char *wrap_file, const char *dest_path); #endif