CE edit Introduce viewer mode
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 1m54s
Build documentation / build-and-deploy (push) Successful in 47s

This commit is contained in:
2026-04-29 02:13:49 +02:00
parent 1ea7b4171e
commit da621c7ec6
3 changed files with 60 additions and 9 deletions

View File

@@ -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