7f2c71980d90f22204d7aa2ca39cc09eaaf47d97 jcasper Fri Jun 3 19:20:38 2016 -0700 Added session details button, plus code review changes refs #15312, #17439 diff --git src/hg/inc/sessionThumbnail.h src/hg/inc/sessionThumbnail.h index 88ef212..7f4f5b8 100644 --- src/hg/inc/sessionThumbnail.h +++ src/hg/inc/sessionThumbnail.h @@ -1,28 +1,19 @@ /* sessionThumbnail - this header provides an interface for getting * the filename, filesystem path, and web URI for the thumbnail image * associated with a session. * * Copyright (C) 2016 The Regents of the University of California * See README in this or parent directory for licensing information. */ -char *sessionThumbnailFileName(char *userIdx, char *encSessionName, - char *firstUse); -/* Return a pointer to a string containing the name of the thumbnail image that - * would be associated with the given user and session name. Result must be freed. - * userIdx is a presumed unique ID suitable for being part of a filename. - * encSessionName is the cgi-encoded session name, and firstUse is the - * mysql-formatted time string for the session's creation date */ - char *sessionThumbnailFilePath(char *userIdx, char *encSessionName, char *firstUse); /* Returns NULL if the image directory for session thumbnails hasn't been * set in hg.conf. Otherwise, returns the filename and path for the * thumbnail of the specified session */ - char *sessionThumbnailFileUri(char *userIdx, char *encSessionName, char *firstUse); /* Returns NULL if the web path to session thumbnails hasn't been * defined in hg.conf. Otherwise, returns the path and filename for the * thumbnail of the specified session */