make encoding function independent of krb4 and krb5, enable removal of krb4

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20452 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-04-19 20:04:19 +00:00
parent 40d8ff7afa
commit 9d0c063d77
4 changed files with 24 additions and 32 deletions

View File

@@ -256,12 +256,8 @@ __attribute__ ((format (printf, 3, 4)))
#endif
;
#ifndef KRB4
int
kx_get_int(void *f, uint32_t *to, int size, int lsb);
int
krb_get_int(void *f, uint32_t *to, int size, int lsb);
int
krb_put_int(uint32_t from, void *to, size_t rem, int size);
#endif
kx_put_int(uint32_t from, void *to, size_t rem, int size);