summaryrefslogtreecommitdiff
path: root/h/zephyr/zephyr.h
diff options
context:
space:
mode:
Diffstat (limited to 'h/zephyr/zephyr.h')
-rw-r--r--h/zephyr/zephyr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h
index 28baa7f..06cf541 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -259,6 +259,8 @@ Code_t ZTransliterate(char *in, int inlen, char *inset, char *outset, char **out
void Z_debug(const char *, ...);
#endif
char *ZExpandRealm(char *realm);
+Code_t ZDumpSession(char **buffer, int *ret_len);
+Code_t ZLoadSession(char *buffer, int len);
/* Compatibility */
#define ZNewLocateUser ZLocateUser