handling of unimplemented bindings, added unimplemented bindings

This commit is contained in:
nova
2025-07-06 03:52:25 +02:00
parent 36fd160ccb
commit ab5b466336
4 changed files with 48 additions and 20 deletions

View File

@@ -73,6 +73,7 @@ typedef struct Mimetype {
typedef struct Binding {
char* key;
void (*func)();
char* comment;
} binding;