summaryrefslogtreecommitdiff
path: root/systemd/pyutil.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-05-09 18:10:30 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-05 14:19:20 -0400
commit3ac545a83dd6427c1ade27c6e8b2f54e820c9486 (patch)
tree32169fddfb1d531fae748891f7370a68f1966da6 /systemd/pyutil.h
parent466a9b7fe1a2eb91d6007c67eeead6484917e64c (diff)
downloadpython-systemd-3ac545a83dd6427c1ade27c6e8b2f54e820c9486.tar.gz
systemd-python: wrap sd_login_monitor
Diffstat (limited to 'systemd/pyutil.h')
-rw-r--r--systemd/pyutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/pyutil.h b/systemd/pyutil.h
index 5c7ea37..ea88840 100644
--- a/systemd/pyutil.h
+++ b/systemd/pyutil.h
@@ -28,6 +28,7 @@
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)))