diff options
author | David Benjamin <davidben@mit.edu> | 2013-06-27 23:45:24 -0400 |
---|---|---|
committer | Karl Ramm <kcr@1ts.org> | 2013-09-28 15:01:30 -0400 |
commit | e6a545e75963456834f120cfc62983eb4d001490 (patch) | |
tree | 8c6aeec80dfab0b9e600833f54a2f04dc7c8b8f1 /h | |
parent | b13d9822d947d09749d7a0231d49705e2c2a3c17 (diff) |
Implement ZDumpSession and ZLoadSession
This is unlikely to ever get merged, but it'll be handy for roost.
Diffstat (limited to 'h')
-rw-r--r-- | h/zephyr/zephyr.h | 2 |
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 |