X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fpath-lookup.h;h=a3ef824a8603e42e59775bc3fdaa8d7ad5434b8e;hp=9dee85f9673d113983b741085197406c8593d04d;hb=fb15be839500c39f6c2f006f45306d439e1a7add;hpb=a501033335ed402c8f7e86fe41a15531ba69abd7 diff --git a/src/shared/path-lookup.h b/src/shared/path-lookup.h index 9dee85f96..a3ef824a8 100644 --- a/src/shared/path-lookup.h +++ b/src/shared/path-lookup.h @@ -36,6 +36,8 @@ typedef enum SystemdRunningAs { _SYSTEMD_RUNNING_AS_INVALID = -1 } SystemdRunningAs; +#define _cleanup_lookup_paths_free_ _cleanup_(lookup_paths_free) + const char* systemd_running_as_to_string(SystemdRunningAs i) _const_; SystemdRunningAs systemd_running_as_from_string(const char *s) _pure_;