summaryrefslogtreecommitdiffstats
path: root/fdisk.h
diff options
context:
space:
mode:
Diffstat (limited to 'fdisk.h')
-rw-r--r--fdisk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fdisk.h b/fdisk.h
index 39b4c95..3324aad 100644
--- a/fdisk.h
+++ b/fdisk.h
@@ -58,4 +58,6 @@ extern PyObject *PyObjectResultLabel(struct fdisk_label *lb);
extern PyObject *PyObjectResultPartition(struct fdisk_partition *pa);
extern PyObject *PyObjectResultPartType(struct fdisk_parttype *t);
+extern void *set_PyErr_from_rc(int err);
+
#endif