/*@@ @header http_Auth.h @date Fri Sep 15 13:20:01 2000 @author Tom Goodale @desc @enddesc @version $Header$ @@*/ #ifndef __HTTP_AUTH_H__ #define __HTTP_AUTH_H__ 1 #ifdef __cplusplus extern "C" { #endif int HTTP_AuthAddUser(const char *database, const char *name, const char *password, const char *encryption_scheme); int HTTP_AuthenticateBasic(httpRequest *request, const char *database, char *user, int length); #ifdef __cplusplus } #endif #endif /* __HTTP_AUTH_H__ */