summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/libkern.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib/libkern/libkern.h')
-rw-r--r--sys/lib/libkern/libkern.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/lib/libkern/libkern.h b/sys/lib/libkern/libkern.h
index ca270a217ee..e43f0e4fc3b 100644
--- a/sys/lib/libkern/libkern.h
+++ b/sys/lib/libkern/libkern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: libkern.h,v 1.8 1997/01/18 13:39:29 mickey Exp $ */
+/* $OpenBSD: libkern.h,v 1.9 1997/03/30 22:05:10 mickey Exp $ */
/* $NetBSD: libkern.h,v 1.7 1996/03/14 18:52:08 christos Exp $ */
/*-
@@ -132,7 +132,5 @@ int strcmp __P((const char *, const char *));
int strncmp __P((const char *, const char *, size_t));
int strncasecmp __P((const char *, const char *, size_t));
int getsn __P((char *, int));
-void MD5Init __P((u_int32_t[4]));
-void MD5Transform __P((u_int32_t[4], u_int32_t const [16]));
#endif /* __LIBKERN_H__ */