chiark / gitweb /
journal: add ability to filter by current user
[elogind.git] / src / python-systemd / pyutil.h
index 2163fda9ef96989c94aaf3d54e295857e25f0def..ea88840fa7fc7575c58aeb0bc64ac717012fc9b7 100644 (file)
@@ -27,6 +27,8 @@
 #endif
 
 void cleanup_Py_DECREFp(PyObject **p);
+PyObject* absolute_timeout(uint64_t t);
+int set_error(int r, const char* path, const char* invalid_message);
 
 #define _cleanup_Py_DECREF_ __attribute__((cleanup(cleanup_Py_DECREFp)))