From e6a545e75963456834f120cfc62983eb4d001490 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Thu, 27 Jun 2013 23:45:24 -0400 Subject: Implement ZDumpSession and ZLoadSession This is unlikely to ever get merged, but it'll be handy for roost. --- h/zephyr/zephyr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'h/zephyr') 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 -- cgit v1.2.3