mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-25 04:22:50 -06:00
Header and source file cleanup
This commit is contained in:
@@ -12,24 +12,9 @@ typedef struct {
|
||||
PgfRevision revision; // transient branch
|
||||
} TransactionObject;
|
||||
|
||||
extern PyTypeObject pgf_TransactionType;
|
||||
PyTypeObject pgf_TransactionType;
|
||||
|
||||
TransactionObject *
|
||||
PGF_newTransaction(PGFObject *self, PyObject *args);
|
||||
|
||||
PyObject *
|
||||
Transaction_commit(TransactionObject *self, PyObject *args);
|
||||
|
||||
PyObject *
|
||||
Transaction_createFunction(TransactionObject *self, PyObject *args);
|
||||
|
||||
PyObject *
|
||||
Transaction_dropFunction(TransactionObject *self, PyObject *args);
|
||||
|
||||
PyObject *
|
||||
Transaction_createCategory(TransactionObject *self, PyObject *args);
|
||||
|
||||
PyObject *
|
||||
Transaction_dropCategory(TransactionObject *self, PyObject *args);
|
||||
|
||||
#endif // PYPGF_TRANSACTIONS_H_
|
||||
|
||||
Reference in New Issue
Block a user