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

This commit is contained in:
Nishi 2026-03-02 20:27:59 +09:00
commit 699696d280
Signed by: nishi
GPG key ID: 27EF69B208EB9343
4 changed files with 156 additions and 109 deletions

View file

@ -61,4 +61,7 @@ void classic_stylesheet(FILE* out, const char* top); /* also create files here i
void classic_head(FILE* out, const char* top, xl_node_t* header);
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);
#endif