1 2 3 4 5 6 7 8 9
#ifndef MUON_WRAP_H #define MUON_WRAP_H #include <stdbool.h> #include <stdint.h> struct workspace; bool wrap_handle(struct workspace *wk, const char *wrap_file, const char *dest_path); #endif