rename global session

This commit is contained in:
Philippe Teuwen 2021-08-21 20:31:05 +02:00
commit dd3b63ae32
20 changed files with 258 additions and 258 deletions

View file

@ -79,7 +79,7 @@ typedef enum {
int fileExists(const char *filename);
//bool create_path(const char *dirname);
bool setDefaultPath(savePaths_t pathIndex, const char *Path); // set a path in the path list session.defaultPaths
bool setDefaultPath(savePaths_t pathIndex, const char *Path); // set a path in the path list g_session.defaultPaths
char *newfilenamemcopy(const char *preferredName, const char *suffix);