X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/288d502b3d8e7fa916104b486bbb146521e5c716..cc6d9cc7fc010db9be6c2d90fd054fb2d189d629:/ui-clone.h 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 @@ #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); +void cgit_clone_info(void); +void cgit_clone_objects(void); +void cgit_clone_head(void); #endif /* UI_CLONE_H */