dba70a3c0e26923613996b0149fba257b11fd5c0
giardine
  Wed Dec 8 07:18:30 2010 -0800
Some missed changes to allow for variome belonging to a subcategory in the wiki
diff --git src/hg/inc/wikiTrack.h src/hg/inc/wikiTrack.h
index 9caf99e..f74dda0 100644
--- src/hg/inc/wikiTrack.h
+++ src/hg/inc/wikiTrack.h
@@ -191,36 +191,36 @@
  *  returned string can be freed after use */
 
 void displayComments(struct wikiTrack *item);
 /* display the rendered comments for this item */
 
 void createPageHelp(char *pageFileName);
 /* find the specified html help page and display it, or issue a missing
  *	page message so the site administrator can fix it.
  */
 
 struct htmlPage *fetchEditPage(char *descriptionKey);
 /* fetch edit page for descriptionKey page name in wiki */
 
 void prefixComments(struct wikiTrack *item, char *comments, char *userName,
     char *seqName, int winStart, int winEnd, char *database,
-	char *extraHeader, char *extraTag);
+	char *extraHeader, char *extraTag, char *category);
 /* add comments at the beginning of an existing wiki item */
 
 void addDescription(struct wikiTrack *item, char *userName,
     char *seqName, int winStart, int winEnd, struct cart *cart,
-	char *database, char *extraHeader, char *extraTag);
+	char *database, char *extraHeader, char *extraTag, char *category);
 /* add description to the end of an existing wiki item */
 
 char *encodedReturnUrl(char *(*hgUrl)());
 /* Return a CGI-encoded URL with hgsid.  Free when done.
  *	The given function hgUrl() will construct the actual cgi binary URL
  */
 
 boolean emailVerified(boolean showMessage);
 /* TRUE indicates email has been verified for this wiki user */
 
 boolean isWikiEditor(char *userName);
 /* check if user name is on list of editors */
 
 char *wikiUrl(struct wikiTrack *item);
 /* construct a URL to the wiki page for the specified item