about summary refs log tree commit diff stats
path: root/ui-clone.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui-clone.h')
-rw-r--r--ui-clone.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui-clone.h b/ui-clone.h index 89cd4f1..3e460a3 100644 --- a/ui-clone.h +++ b/ui-clone.h
@@ -1,8 +1,8 @@
1#ifndef UI_CLONE_H 1#ifndef UI_CLONE_H
2#define UI_CLONE_H 2#define UI_CLONE_H
3 3
4void cgit_clone_info(struct cgit_context *ctx); 4void cgit_clone_info(void);
5void cgit_clone_objects(struct cgit_context *ctx); 5void cgit_clone_objects(void);
6void cgit_clone_head(struct cgit_context *ctx); 6void cgit_clone_head(void);
7 7
8#endif /* UI_CLONE_H */ 8#endif /* UI_CLONE_H */