summaryrefslogtreecommitdiffstats
path: root/include/sh_restrict.h
blob: 8b3ac3fc931db188a85e399b8a1427b5edd54396 (plain)
1
2
3
4
5
6
7
8
9
#ifndef SH_RESTRICT_H
#define SH_RESTRICT_H

int  sh_restrict_define(const char * str);
void sh_restrict_purge ();
int  sh_restrict_this(const char * path, UINT64 size, UINT64 perm, SL_TICKET fh);
int  sh_restrict_add_ftype(const char * str);

#endif