view contrib/fuzz/pyutil.h @ 41201:6439cefaeb64

revlog: rename v to versionflags Single letter variables are harder to read. Differential Revision: https://phab.mercurial-scm.org/D5560
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 09 Jan 2019 15:45:17 -0800
parents ef103c96ed33
children 8766728dbce6
line wrap: on
line source

#include <Python.h>

namespace contrib
{

void initpy(const char *cselfpath);
PyObject *pyglobals();

} /* namespace contrib */