Merge: this'll teach me to not pull first

This commit is contained in:
Fyren
2009-03-18 19:15:40 -07:00
7 changed files with 96 additions and 14 deletions
+9
View File
@@ -222,6 +222,15 @@ native bool:ReadCookieIterator(Handle:iter,
*/
native CookieAccess:GetCookieAccess(Handle:cookie);
/**
* Returns the last updated timestamp for a client cookie
*
* @param client Client index.
* @param cookie Cookie handle.
* @return Last updated timestamp.
*/
native GetClientCookieTime(client, Handle:cookie);
/**
* Do not edit below this line!
*/