b3d3508ee7542e3402886a7b16cac72bacf6e62e
chinhli
  Thu Mar 29 16:15:39 2012 -0700
Finished ser/reset Cookies
diff --git src/hg/hgLogin/hgLogin.h src/hg/hgLogin/hgLogin.h
index 214d845..43e3f4f 100644
--- src/hg/hgLogin/hgLogin.h
+++ src/hg/hgLogin/hgLogin.h
@@ -1,19 +1,24 @@
 /* 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 dosplayLogoutSuccess();
+/* display logout success msg, and reset cookie */
+