ucspi-ssl  0.99e
TLS encryption for IPv6 communication
prot.h
Go to the documentation of this file.
1 /* Public domain. */
2 
3 #ifndef PROT_H
4 #define PROT_H
5 
6 extern int prot_gid(int);
7 extern int prot_uid(int);
8 
9 #endif
int prot_gid(int)
Definition: prot.c:11
int prot_uid(int)
Definition: prot.c:19