changeset 40859 | aa76be85029b |
child 40860 | 18a8def6e1b5 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mercurial/cext/revlog.h Sun Dec 02 21:37:42 2018 +0900 @@ -0,0 +1,15 @@ +/* + revlog.h - efficient revlog parsing + + This software may be used and distributed according to the terms of + the GNU General Public License, incorporated herein by reference. +*/ + +#ifndef _HG_REVLOG_H_ +#define _HG_REVLOG_H_ + +#include <Python.h> + +extern PyTypeObject indexType; + +#endif /* _HG_REVLOG_H_ */