OSDN Git Service

Ver1.5.30 Added code to remove cookie at deny.
[opengate/opengate.git] / opengate / opengatesrv / opengatesrv.h
index 7b73b1a..4329099 100644 (file)
@@ -116,6 +116,7 @@ extern int debug;
 /**********prototypes***************************************/
 /* authentication */
 int AuthenticateUser(char *userid, char *password);
+char* ConcatUserId(char*  useridfull, char* userId, char* extraId);
 
 /* firewall control */
 int OpenClientGate4(char *clientAddr4, char *userid, char *macAddr4, char *userProperty);
@@ -237,7 +238,7 @@ void SetupConfExtra(char *userId, char *extraId);
 char *GetConfValue(char *name);
 int SelectNextAuthServer(void);
 void  InitConf();
-int RegExMatch(const char *inStr, const char *regEx);
+int RegExMatch(const char *inStr, const char *regEx, int caseSensitive);
 void ResetAuthServerPointer(void);
 
 /* ctrl-alarms.c */