Blame modules/pam_console/chmod.h

Packit 7e982e
#include <unistd.h>
Packit 7e982e
Packit 7e982e
#ifndef _CHMOD_H
Packit 7e982e
#define _CHMOD_H
Packit 7e982e
Packit 7e982e
int
Packit 7e982e
chmod_files(const char *mode, uid_t user, gid_t group, char *fname, GSList *filelist, GSList *constraints);
Packit 7e982e
void
Packit 7e982e
chmod_set_fstab(const char *fstab);
Packit 7e982e
Packit 7e982e
#endif /* _CHMOD_H */