diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-05-09 18:10:30 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-05-09 18:13:33 -0400 |
commit | 7ecec4705c0cacb1446af0eb7a4aee66c00d058f (patch) | |
tree | 9761c582b900067bca3e69c6f22f18e77fa70385 /src/python-systemd/pyutil.h | |
parent | b3af9646f8ac23e73fe1d7af3b69e35b1547b13e (diff) |
systemd-python: wrap sd_login_monitor
Diffstat (limited to 'src/python-systemd/pyutil.h')
-rw-r--r-- | src/python-systemd/pyutil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python-systemd/pyutil.h b/src/python-systemd/pyutil.h index 5c7ea37cdb..ea88840fa7 100644 --- a/src/python-systemd/pyutil.h +++ b/src/python-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))) |