chiark / gitweb /
Classify processes from sessions into cgroups
[elogind.git] / src / shared / dev-setup.h
index 320c0b30ba040a97476feb0b8a4bec9f93e300e8..ab2748db7f349e8fb3d6afcf73646e6c096be52b 100644 (file)
@@ -21,4 +21,6 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-void dev_setup(const char *pathprefix);
+#include <sys/types.h>
+
+int dev_setup(const char *prefix, uid_t uid, gid_t gid);