Added GetClientCookieTime native (bug 3736, r=dvander)

This commit is contained in:
Matt Woodrow
2009-03-17 12:30:21 +13:00
parent bce2b2adb6
commit c23ffa2ce5
5 changed files with 71 additions and 13 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!
*/