diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2008-09-01 22:40:24 +0200 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2008-09-01 22:40:24 +0200 | 
| commit | 288d502b3d8e7fa916104b486bbb146521e5c716 (patch) | |
| tree | afa132f6c973ab30e0b8ed1201fb691fe91103c0 /ui-clone.h | |
| parent | cache.c: use %zd for off_t argument (diff) | |
| parent | Add support for cloning over http (diff) | |
| download | cgit-288d502b3d8e7fa916104b486bbb146521e5c716.tar.gz cgit-288d502b3d8e7fa916104b486bbb146521e5c716.tar.bz2 cgit-288d502b3d8e7fa916104b486bbb146521e5c716.zip | |
Merge branch 'lh/clone'
* lh/clone:
  Add support for cloning over http
Conflicts:
	cmd.c
Diffstat (limited to '')
| -rw-r--r-- | ui-clone.h | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/ui-clone.h b/ui-clone.h new file mode 100644 index 0000000..89cd4f1 --- /dev/null +++ b/ui-clone.h @@ -0,0 +1,8 @@ +#ifndef UI_CLONE_H +#define UI_CLONE_H + +void cgit_clone_info(struct cgit_context *ctx); +void cgit_clone_objects(struct cgit_context *ctx); +void cgit_clone_head(struct cgit_context *ctx); + +#endif /* UI_CLONE_H */ | 
