--- /dev/null
+/*
+ * $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__ */