blob: a85527318b15b36bb60b0b6b166569b4fcaa9dcf [file] [log] [blame]
Junio C Hamano568508e2011-10-28 14:48:40 -07001/*
2 * Copyright (c) 2011, Google Inc.
3 */
4#ifndef BULK_CHECKIN_H
5#define BULK_CHECKIN_H
6
brian m. carlson68ee6df2018-03-12 02:27:21 +00007extern int index_bulk_checkin(struct object_id *oid,
Junio C Hamano568508e2011-10-28 14:48:40 -07008 int fd, size_t size, enum object_type type,
9 const char *path, unsigned flags);
10
11extern void plug_bulk_checkin(void);
12extern void unplug_bulk_checkin(void);
13
14#endif