From b24710fdd33599b83020d92b99961da36655cc4f Mon Sep 17 00:00:00 2001 From: Galin Simeonov Date: Sun, 26 Sep 2021 23:45:45 +0300 Subject: added html struff --- system_part.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system_part.h') diff --git a/system_part.h b/system_part.h index 5049312..0cc6139 100644 --- a/system_part.h +++ b/system_part.h @@ -6,6 +6,7 @@ #include #include #include +#include extern const char *default_header; extern const char *default_footer; @@ -25,7 +26,10 @@ void parse_options(int argc,char **argv); char* read_file(const char *filename); int create_branch_dir(const char *branch_name); FILE* create_file(int branch_dir,const char *filename); +void close_file(FILE *file); int create_dir(int base_dir,const char *dir_name); +void push_html_link_for_blob(FILE *out,const char *filename,const char *oid); +void push_html_link_for_tree(FILE *out,const char *filename,const char *oid); #endif -- cgit v1.2.3