
- Rename session_getUser to session_get_user - Change session_get_user and session_get_remote to take a const SESSION* as argument and to return a const char*. - Change server_get_persistent, so that user is passed as const. - Update all users of these functions as appropriate.