]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/dev-setup.h
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / shared / dev-setup.h
index d41b6eefbae897c378e4efe02911d0d3e8c91d71..4dd591de0afc9e9ce5388e6913fdc6847611a238 100644 (file)
@@ -1,5 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
+/* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
 /***
@@ -21,4 +20,6 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-int dev_setup(const char *pathprefix);
+#include <sys/types.h>
+
+int dev_setup(const char *prefix, uid_t uid, gid_t gid);