#ifndef _GIT_INTF_H_0fa3dd33_ #define _GIT_INTF_H_0fa3dd33_ #include "memstream.h" typedef struct gitfi GITFI; extern void git_initial_diff(char **); extern void git_check_dir(void); extern void git_user_info(void); extern void git_initial_contents(void); extern int git_commit(void); extern GITFI *git_fast_import_start(void); extern void git_fast_import_file(GITFI *, const char *, int, MEMSTREAM *); extern void git_fast_import_finish(GITFI *); #endif