chiark / gitweb /
dev-setup: allow a path prefix for use in chroots
[elogind.git] / src / shared / dev-setup.h
index 58507587d49f4d59a003131894f41fa1095cde9c..320c0b30ba040a97476feb0b8a4bec9f93e300e8 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef foodevsetuphfoo
-#define foodevsetuphfoo
+#pragma once
 
 /***
   This file is part of systemd.
@@ -22,6 +21,4 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-void dev_setup(void);
-
-#endif
+void dev_setup(const char *pathprefix);