c107fc194f69e733eaff58e585899a97dad0f7ec
chinhli
  Mon May 7 01:51:00 2012 -0700
Send activation mail to user
diff --git src/hg/hgLogin/hgLogin.h src/hg/hgLogin/hgLogin.h
index 4a6f79e..168e9bb 100644
--- src/hg/hgLogin/hgLogin.h
+++ src/hg/hgLogin/hgLogin.h
@@ -49,19 +49,24 @@
 /* display and process login info */
 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 */
 void displayAccHelpPage(struct sqlConnection *conn);
 /* draw the account help page */
 void accountHelp(struct sqlConnection *conn);
 /* email user username(s) or new password */
+void setupNewAccount(struct sqlConnection *conn, char *email, char *username);
+/* Send an activation mail to user */
+void sendActivateMail(char *email, char *username, char *encToken);
+/* Send activation mail with token to user*/
+