blob: f2d89151702f873b3fa1c22a85a60243cd2ba5f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef PREP_DIR_FOR_PRIVDROP_H
#define PREP_DIR_FOR_PRIVDROP_H
#include "common.h"
__FICS_BEGIN_DECLS
int drop_root_privileges(const char *);
int prep_dir_for_privdrop(const char *);
__FICS_END_DECLS
#endif
|