chiark / gitweb /
libudev-queue.c: simplified open_queue_file
[elogind.git] / src / shared / path-lookup.h
index e8a5a77a7b3a3c81e0600fe58e10c4a648472e4d..0aab956f25e5ee5b6ef66b08bcacce1fb79b8cf7 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef foopathlookuphfoo
-#define foopathlookuphfoo
+#pragma once
 
 /***
   This file is part of systemd.
@@ -34,7 +33,5 @@ typedef struct LookupPaths {
 
 int user_config_home(char **config_home);
 
-int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as, bool personal);
+int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as, bool personal, const char *generator, const char *generator_early, const char *generator_late);
 void lookup_paths_free(LookupPaths *p);
-
-#endif