File: msntauth.h

package info (click to toggle)
squid 2.6.5-6etch5
  • links: PTS
  • area: main
  • in suites: etch
  • size: 12,540 kB
  • ctags: 13,801
  • sloc: ansic: 105,278; sh: 6,083; makefile: 1,297; perl: 1,245; awk: 40
file content (11 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
extern int OpenConfigFile(void);
extern int QueryServers(char *, char *);
extern void Checktimer(void);
extern void Check_forchange(int);
extern int Read_denyusers(void);
extern int Read_allowusers(void);
extern int Check_user(char *);
extern int QueryServers(char *, char *);
extern int Check_ifuserallowed(char *ConnectingUser);
extern void Check_forallowchange(void);