CE edit Introduce viewer mode
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#ifndef _EDIT_H
|
||||
#define _EDIT_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
|
||||
void edit_start(const char* volume, const char* path, const char* text, size_t text_len);
|
||||
void edit_start(const char* volume, const char* path, const char* text, size_t text_len,
|
||||
bool readonly);
|
||||
|
||||
#endif // _EDIT_H
|
||||
|
||||
Reference in New Issue
Block a user