NetBurner 3.1
httppass.h
Go to the documentation of this file.
1 /*NB_REVISION*/
2 
3 /*NB_COPYRIGHT*/
4 
13 #ifndef _NB_HTTPPASS_H
14 #define _NB_HTTPPASS_H
15 
29 void RequestAuthentication(int sock, PCSTR name);
30 
31 #endif
void RequestAuthentication(int sock, PCSTR name)
Reject the current HTTP password request, and send a new password request.
Definition: httppass.cpp:20