This commit is contained in:
parent
2dd8a70882
commit
699696d280
4 changed files with 156 additions and 109 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue