61050062a515249181b3ba02bc3a9c6626a76d64
chinhli
  Sat Apr 28 16:45:11 2012 -0700
Mail http link out.
diff --git src/hg/hgLogin/hgLogin.h src/hg/hgLogin/hgLogin.h
index 553c542..db6d00f 100644
--- src/hg/hgLogin/hgLogin.h
+++ src/hg/hgLogin/hgLogin.h
@@ -1,28 +1,31 @@
 /* hgLogin.h  */
 
 #ifndef hgLogin_H
 #define hgLogin_H
 
 
 /* ---- global variables ---- */
 #define TITLE "UCSC Genome Browser Login v"CGI_VERSION
 
 
 /* ---- Cart Variables ---- */
 //#define signupName "hgLogin.do.signup"    /* Show  */
 #define signupName "hgLogin.do.signup"    /* Do signup button */
 
 /* ---- General purpose helper routines. ---- */
 
 
 #endif /* hgLogin_H */
 
 void  displayLoginSuccess(char *userName, int userId);
 /* display login success msg, and set cookie */
 void displayLogoutSuccess();
 /* display logout success msg, and reset cookie */
 void backToHgSession(int nSec);
 /* delay for N micro seconds then go back to hgSession page */
 void backToDoLoginPage(int nSec);
 /* delay for N micro seconds then go back to Login page */
+void displayLoginPage(struct sqlConnection *conn);
+/* draw the account login page */
+