Files
mop3/ce/edit.h
kamkow1 da621c7ec6
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 1m54s
Build documentation / build-and-deploy (push) Successful in 47s
CE edit Introduce viewer mode
2026-04-29 02:13:49 +02:00

11 lines
215 B
C

#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,
bool readonly);
#endif // _EDIT_H