X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fpath-lookup.h;h=2fe8173f442336004f8f725aeb200087dd523d63;hb=7de80bfe2e61d5818601ccfddbadad3b7703ed70;hp=847a52f20a28662235e292e4e9ff1d6211f037bb;hpb=12ed81d9c88406234c20e9261ae8c8b992d8bc4d;p=elogind.git diff --git a/src/shared/path-lookup.h b/src/shared/path-lookup.h index 847a52f20..2fe8173f4 100644 --- a/src/shared/path-lookup.h +++ b/src/shared/path-lookup.h @@ -21,6 +21,8 @@ along with systemd; If not, see . ***/ +#include "macro.h" + typedef struct LookupPaths { char **unit_path; #ifdef HAVE_SYSV_COMPAT @@ -38,9 +40,6 @@ typedef enum 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_; - int user_config_home(char **config_home); int lookup_paths_init(LookupPaths *p,