From 12a5351076409e50f10dfa8274da3768b364ff7f Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 9 Aug 1999 10:02:07 +0000 Subject: More development; not nearly finished yet [originally from svn r193] --- index.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 index.c (limited to 'index.c') diff --git a/index.c b/index.c new file mode 100644 index 0000000..90aca82 --- /dev/null +++ b/index.c @@ -0,0 +1,8 @@ +/* + * index.c: create and collate index data structures + */ + +#include +#include +#include "buttress.h" + -- cgit v1.1