#ifndef _EDIT_H #define _EDIT_H #include #include void edit_start(const char* volume, const char* path, const char* text, size_t text_len, bool readonly); #endif // _EDIT_H