aboutsummaryrefslogtreecommitdiffstats
path: root/src/rcyn-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rcyn-client.h')
-rw-r--r--src/rcyn-client.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/rcyn-client.h b/src/rcyn-client.h
index a4104ee..611f843 100644
--- a/src/rcyn-client.h
+++ b/src/rcyn-client.h
@@ -81,7 +81,8 @@ rcyn_set(
const char *session,
const char *user,
const char *permission,
- int value
+ const char *value,
+ time_t expire
);
extern
@@ -98,7 +99,8 @@ rcyn_get(
const char *session,
const char *user,
const char *permission,
- uint32_t value
+ const char *value,
+ time_t expire
),
void *closure
);