9bc8d3c62d5b420e0ecbd9afe87c9a52c4103739 angie Fri Oct 25 10:56:05 2024 -0700 Move sessionData.c up from hgSession/ to lib/ so that hgPhyloPlace can use sessionDataSaveTrashFile. diff --git src/hg/hgSession/hgSession.h src/hg/hgSession/hgSession.h index 77d4507..8d6c7db 100644 --- src/hg/hgSession/hgSession.h +++ src/hg/hgSession/hgSession.h @@ -79,21 +79,16 @@ void htmlOpen(char *format, ...); /* Start up a page that will be in html format. */ void htmlClose(); /* Close down html format page. */ void showDownloadSessionCtData(struct hashEl *downloadList); /* Show download page for the given session */ void makeDownloadSessionCtData(char *param1, char *backgroundProgress); /* Download tables and data to save save in compressed archive. */ void doDownloadSessionCtData(struct hashEl *downloadPathList); /* Download given table to browser to save. */ -void saveSessionData(struct cart *cart, char *encUserName, char *encSessionName, char *dbSuffix); -/* If hg.conf specifies safe places to store files and/or tables that belong to user sessions, - * then scan cart for trashDir files and/or customTrash tables, store them in safe locations, - * and update cart to point to the new locations. */ - #endif /* HGSESSION_H */