diff options
| author | John Kohl <jtkohl@mit.edu> | 1989-12-27 11:43:55 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1989-12-27 11:43:55 +0000 |
| commit | 86e473c38e1314ae9b8087d89b8bd20a4fbf05e7 (patch) | |
| tree | 0f6a48f195ae06fbc9114fb18a8e8a2e5660389b /src/lib | |
| parent | 2b16255d03b6deb9fb474e5a098df906a715cfc0 (diff) | |
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@53 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/asn.1/asn1glue.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/lib/krb5/asn.1/asn1glue.h b/src/lib/krb5/asn.1/asn1glue.h new file mode 100644 index 0000000000..3d52236c22 --- /dev/null +++ b/src/lib/krb5/asn.1/asn1glue.h @@ -0,0 +1,21 @@ +/* + * $Source$ + * $Author$ + * $Id$ + * + * Copyright 1989 by the Massachusetts Institute of Technology. + * + * For copying and distribution information, please see the file + * <krb5/mit-copyright.h>. + * + * Header file for some glue functions (macros, mostly) + */ + +#include <krb5/copyright.h> + +#ifndef __KRB5_GLUE_H__ +#define __KRB5_GLUE_H__ + +#define krb5_string2qbuf(val) str2qb(val->string, val->length, 1) + +#endif /* __KRB5_GLUE_H__ */ |
