Include git2/remote.h
This commit is contained in:
@@ -31,6 +31,7 @@
|
|||||||
#define PY_SSIZE_T_CLEAN
|
#define PY_SSIZE_T_CLEAN
|
||||||
#include <Python.h>
|
#include <Python.h>
|
||||||
#include <git2.h>
|
#include <git2.h>
|
||||||
|
#include <git2/remote.h>
|
||||||
|
|
||||||
PyObject* Remote_init(Remote *self, PyObject *args, PyObject *kwds);
|
PyObject* Remote_init(Remote *self, PyObject *args, PyObject *kwds);
|
||||||
PyObject* Remote_fetch(Remote *self, PyObject *args);
|
PyObject* Remote_fetch(Remote *self, PyObject *args);
|
||||||
|
Reference in New Issue
Block a user