Exemplo n.º 1
0
Arquivo: cmd.c Projeto: p00ya/cgit
static void snapshot_fn(struct cgit_context *ctx)
{
	cgit_print_snapshot(ctx->qry.head, ctx->qry.sha1, ctx->qry.path,
			    ctx->repo->snapshots, ctx->qry.nohead);
}
Exemplo n.º 2
0
static void snapshot_fn(void)
{
	cgit_print_snapshot(ctx.qry.head, ctx.qry.sha1, ctx.qry.path,
			    ctx.qry.nohead);
}