nav
All checks were successful
pyrite-dev/taiga/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-02 21:05:55 +09:00
commit ad15acbce0
Signed by: nishi
GPG key ID: 27EF69B208EB9343
4 changed files with 75 additions and 5 deletions

View file

@ -63,5 +63,6 @@ void classic_body(FILE* out, const char* top, const char* title, xl_node_t* body
/* default.c */
void default_node(FILE* out, const char* top, xl_node_t* element, int indent);
void default_nav(FILE* out, const char* top, xl_node_t* element, int indent);
#endif