Mac build fixes (bug 4392, r=dvander).
This commit is contained in:
@@ -165,7 +165,7 @@ bool CookieManager::GetCookieValue(Cookie *pCookie, int client, char **value)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool CookieManager::SetCookieValue(Cookie *pCookie, int client, char *value)
|
||||
bool CookieManager::SetCookieValue(Cookie *pCookie, int client, const char *value)
|
||||
{
|
||||
assert(pCookie);
|
||||
|
||||
|
||||
@@ -118,7 +118,7 @@ public:
|
||||
void OnClientDisconnecting(int client);
|
||||
|
||||
bool GetCookieValue(Cookie *pCookie, int client, char **value);
|
||||
bool SetCookieValue(Cookie *pCookie, int client, char *value);
|
||||
bool SetCookieValue(Cookie *pCookie, int client, const char *value);
|
||||
bool GetCookieTime(Cookie *pCookie, int client, time_t *value);
|
||||
|
||||
void Unload();
|
||||
|
||||
Reference in New Issue
Block a user