summaryrefslogtreecommitdiff
path: root/src/python-systemd/pyutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/python-systemd/pyutil.h')
-rw-r--r--src/python-systemd/pyutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python-systemd/pyutil.h b/src/python-systemd/pyutil.h
index 2163fda9ef..5c7ea37cdb 100644
--- a/src/python-systemd/pyutil.h
+++ b/src/python-systemd/pyutil.h
@@ -27,6 +27,7 @@
#endif
void cleanup_Py_DECREFp(PyObject **p);
+PyObject* absolute_timeout(uint64_t t);
#define _cleanup_Py_DECREF_ __attribute__((cleanup(cleanup_Py_DECREFp)))