git/pack-mtimes.c

#include "git-compat-util.h"
#include "gettext.h"
#include "pack-mtimes.h"
#include "object-file.h"
#include "object-store-ll.h"
#include "packfile.h"
#include "strbuf.h"

static char *pack_mtimes_filename(struct packed_git *p)
{}

#define MTIMES_HEADER_SIZE

struct mtimes_header {};

static int load_pack_mtimes_file(char *mtimes_file,
				 uint32_t num_objects,
				 const uint32_t **data_p, size_t *len_p)
{}

int load_pack_mtimes(struct packed_git *p)
{}

uint32_t nth_packed_mtime(struct packed_git *p, uint32_t pos)
{}