summaryrefslogtreecommitdiffabout
path: root/include/kingate/cookies.h
Unidiff
Diffstat (limited to 'include/kingate/cookies.h') (more/less context) (ignore whitespace changes)
-rw-r--r--include/kingate/cookies.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/kingate/cookies.h b/include/kingate/cookies.h
index a1e813c..cba5aff 100644
--- a/include/kingate/cookies.h
+++ b/include/kingate/cookies.h
@@ -96,6 +96,8 @@ namespace kingate {
96 * @see unset_expires() 96 * @see unset_expires()
97 */ 97 */
98 void set_expires(const string& e); 98 void set_expires(const string& e);
99 void set_expires_time(time_t etime);
100 void set_expires_in(time_t esecs);
99 101
100 /** 102 /**
101 * get cookie parameter. 103 * get cookie parameter.