summaryrefslogtreecommitdiff
path: root/third_party/gsm/tls/taste.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/gsm/tls/taste.h')
-rw-r--r--third_party/gsm/tls/taste.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/third_party/gsm/tls/taste.h b/third_party/gsm/tls/taste.h
new file mode 100644
index 00000000..2fc85efd
--- /dev/null
+++ b/third_party/gsm/tls/taste.h
@@ -0,0 +1,20 @@
+/*
+ * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
+ * Universitaet Berlin. See the accompanying file "COPYRIGHT" for
+ * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
+ */
+
+/*
+ * common code to sweet.c and bitter.c
+ */
+
+#ifndef TASTE_H
+#define TASTE_H
+
+struct spex {
+
+ char * var;
+ int varsize;
+} ;
+
+#endif /* TASTE_H */