aboutsummaryrefslogtreecommitdiff
path: root/cgit.h
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cgit.h b/cgit.h
index e2d5126..295441b 100644
--- a/cgit.h
+++ b/cgit.h
@@ -177,18 +177,10 @@ struct cgit_context {
struct cgit_page page;
};
-struct cgit_snapshot_format {
- const char *suffix;
- const char *mimetype;
- write_archive_fn_t write_func;
- int bit;
-};
-
extern const char *cgit_version;
extern struct cgit_repolist cgit_repolist;
extern struct cgit_context ctx;
-extern const struct cgit_snapshot_format cgit_snapshot_formats[];
extern int cgit_cmd;
extern void cgit_prepare_context(struct cgit_context *ctx);