@@ -1,6 +1,8 @@
#ifndef _EDIT_H
#define _EDIT_H
void edit_start (const char* path, const char* text);
#include <stddef.h>
void edit_start (const char* path, const char* text, size_t text_len);
#endif // _EDIT_H
The note is not visible to the blocked user.