summaryrefslogtreecommitdiff
path: root/src/shared/dev-setup.h
blob: a3f19b5b69915a1e5a2292206e1bb7b986d249fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

/***
  This file is part of systemd.

  Copyright 2010-2012 Lennart Poettering
***/

#include <sys/types.h>

int dev_setup(const char *prefix, uid_t uid, gid_t gid);