/[hydra]/hydra/src/access.h
ViewVC logotype

Contents of /hydra/src/access.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Fri Nov 29 14:56:36 2002 UTC (21 years, 4 months ago) by andreou
Branch: MAIN
CVS Tags: hydra_0_1_6_without_hic, hydra_0_1_7, hydra_0_1_6, hydra_0_1_4, hydra_0_1_8, HEAD
Changes since 1.1: +8 -5 lines
File MIME type: text/plain


Cleanup, minor code audit, few fixes.

1 /* $Id$ */
2
3 #ifndef HYDRA_SRC_ACCESS_H
4 #define HYDRA_SRC_ACCESS_H
5
6 #define ACCESS_DENY 0
7 #define ACCESS_ALLOW 1
8
9 void access_add(const char *, const char *, const int);
10 int access_allow(const char *, const char *);
11
12 #endif /* HYDRA_SRC_ACCESS_H */
13
14 /* EOF */

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26