index-fetch.h revision b646fdb90f75ab80ea7feca42fa2e1f8e788b004
#ifndef __INDEX_FETCH_H
#define __INDEX_FETCH_H
typedef struct {
const char **custom_flags;
int update_seen, found_unseen;
int first;
} FetchContext;
FetchContext *ctx);
#endif