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

Annotation of /hydra/src/access.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide 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 andreou 1.2 /* $Id$ */
2    
3     #ifndef HYDRA_SRC_ACCESS_H
4     #define HYDRA_SRC_ACCESS_H
5 nmav 1.1
6     #define ACCESS_DENY 0
7     #define ACCESS_ALLOW 1
8    
9 andreou 1.2 void access_add(const char *, const char *, const int);
10     int access_allow(const char *, const char *);
11 nmav 1.1
12 andreou 1.2 #endif /* HYDRA_SRC_ACCESS_H */
13 nmav 1.1
14 andreou 1.2 /* EOF */

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26