forked from GitHub/gf-core
Add checkoutBranch function. Fix incorrect INCREF of non-Python object.
This commit is contained in:
@@ -14,6 +14,9 @@ typedef struct {
|
||||
|
||||
PyTypeObject pgf_TransactionType;
|
||||
|
||||
PyObject *
|
||||
PGF_checkoutBranch(PGFObject *self, PyObject *args);
|
||||
|
||||
TransactionObject *
|
||||
PGF_newTransaction(PGFObject *self, PyObject *args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user