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