summaryrefslogtreecommitdiff
path: root/libmount/python/pylibmount.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmount/python/pylibmount.h')
-rw-r--r--libmount/python/pylibmount.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libmount/python/pylibmount.h b/libmount/python/pylibmount.h
index 6903d1f7..a2ea25a6 100644
--- a/libmount/python/pylibmount.h
+++ b/libmount/python/pylibmount.h
@@ -37,9 +37,9 @@ typedef struct {
struct libmnt_table *tab;
struct libmnt_iter *iter;
PyObject *errcb;
-} TabObject;
+} TableObject;
-extern PyTypeObject TabType;
+extern PyTypeObject TableType;
extern PyObject *PyObjectResultTab(struct libmnt_table *tab);
@@ -56,9 +56,9 @@ typedef struct {
struct libmnt_context *cxt;
PyObject *table_errcb;
-} CxtObject;
+} ContextObjext;
-extern PyTypeObject CxtType;
+extern PyTypeObject ContextType;
extern void pymnt_init_context(PyObject *mod);
/*