Gitiles
Code Review
Sign In
gerrit.morgengrauen.info
/
mudlib-public
/
63545ab42ebf89cf1853e0cf6e6d6b71c60ca78a
/
.
/
d
/
seher
/
haeuser
/
moebel
/
access_rights.c
blob: ed2e9b16585be9fffa8b1e92faaf699623a12f53 [
file
] [
log
] [
blame
]
int
access_rights
(
string user
,
string file
)
{
if
(
user
==
"notstrom"
&&
file
==
"aquarium.c"
)
return
1
;
return
0
;
}