chiark / gitweb /
systemd-python: add wrappers for easy functions in sd-login
[elogind.git] / src / python-systemd / pyutil.h
index 2163fda9ef96989c94aaf3d54e295857e25f0def..5c7ea37cdbaaf927abb8da9b0f8a8fc936eeb00f 100644 (file)
@@ -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)))