summaryrefslogtreecommitdiff
path: root/src/shared/dev-setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/dev-setup.h')
-rw-r--r--src/shared/dev-setup.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/shared/dev-setup.h b/src/shared/dev-setup.h
index d41b6eefba..ab2748db7f 100644
--- a/src/shared/dev-setup.h
+++ b/src/shared/dev-setup.h
@@ -21,4 +21,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);