diff options
Diffstat (limited to 'cgit/ui-clone.h')
| -rw-r--r-- | cgit/ui-clone.h | 12 | +12 −0 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cgit/ui-clone.h b/cgit/ui-clone.h new file mode 100644 --- /dev/null +++ b/cgit/ui-clone.h @@ -0,0 +1,12 @@ +/* SPDX-FileCopyrightText: cgit Development Team <cgit@lists.zx2c4.com> + * SPDX-License-Identifier: GPL-2.0-only + */ + +#ifndef UI_CLONE_H +#define UI_CLONE_H + +void cgit_clone_info(void); +void cgit_clone_objects(void); +void cgit_clone_head(void); + +#endif /* UI_CLONE_H */ |
