#ifndef _GIT_INTF_H_5814cc7f_ #define _GIT_INTF_H_5814cc7f_ #include "memstream.h" typedef struct gitfi GITFI; extern void git_initial_diff(char **); extern void git_work_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