Add .gitignore, tidy up function prototypes (improves compiler warnings)
authorNick Downing <nick@ndcode.org>
Mon, 5 Nov 2018 22:52:25 +0000 (09:52 +1100)
committerNick Downing <nick@ndcode.org>
Tue, 6 Nov 2018 00:08:37 +0000 (11:08 +1100)
commit0704158494ef78f976aae8d6f0defa7e36600871
treeda3d7d4417f59d82248784b06c998e0279d63b5b
parentf167b2eed460cd0592b92f20af12f0f62a864f2f
Add .gitignore, tidy up function prototypes (improves compiler warnings)
18 files changed:
.gitignore [new file with mode: 0644]
src/include/btbucket.h
src/include/crc.h
src/include/error.h
src/include/mem.h
src/include/metric.h
src/include/objalloc.h
src/include/poolalloc.h
src/include/rbtree.h
src/include/reposset.h
src/include/staticalloc.h
src/include/storagep.h
src/include/str.h
src/include/stream.h
src/include/testutils.h
src/include/trec_eval.h
src/poolalloc.c
src/test/rbtree_1.c