summaryrefslogtreecommitdiff
path: root/lib/libmd/md2.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1995-12-11 02:18:22 +0000
committerPeter Wemm <peter@FreeBSD.org>1995-12-11 02:18:22 +0000
commitc60e2168844fe1450329bafc007286982bb3c84d (patch)
tree3caee9249a312cd90682cfb1119969d4bb13e318 /lib/libmd/md2.h
parent41ae2b9560f9f04dd1e4eb4ca64fd791c68577d7 (diff)
Notes
Diffstat (limited to 'lib/libmd/md2.h')
-rw-r--r--lib/libmd/md2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmd/md2.h b/lib/libmd/md2.h
index 5c343c4e0100..ca94831fdaae 100644
--- a/lib/libmd/md2.h
+++ b/lib/libmd/md2.h
@@ -23,7 +23,7 @@
#ifndef _MD2_H_
#define _MD2_H_
-typedef struct {
+typedef struct MD2Context {
unsigned char state[16]; /* state */
unsigned char checksum[16]; /* checksum */
unsigned int count; /* number of bytes, modulo 16 */