git/read-cache.h

#ifndef READ_CACHE_H
#define READ_CACHE_H

#include "read-cache-ll.h"
#include "object.h"
#include "pathspec.h"

static inline unsigned int ce_mode_from_stat(const struct cache_entry *ce,
					     unsigned int mode)
{}

static inline int ce_to_dtype(const struct cache_entry *ce)
{}

static inline int ce_path_match(struct index_state *istate,
				const struct cache_entry *ce,
				const struct pathspec *pathspec,
				char *seen)
{}

#endif /* READ_CACHE_H */