1/*
2* Copyright (c) 2011, Google Inc.
3*/
4#ifndef BULK_CHECKIN_H
5#define BULK_CHECKIN_H
67
#include "cache.h"
89
int index_bulk_checkin(struct object_id *oid,
10int fd, size_t size, enum object_type type,
11const char *path, unsigned flags);
1213
void plug_bulk_checkin(void);
14void unplug_bulk_checkin(void);
1516
#endif