*** empty log message ***
authorJohn Kohl <jtkohl@mit.edu>
Tue, 21 Nov 1989 14:20:10 +0000 (14:20 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 21 Nov 1989 14:20:10 +0000 (14:20 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23 dc483132-0cff-0310-8789-dd5450dbe970

src/prototype/prototype.c [new file with mode: 0644]
src/prototype/prototype.h [new file with mode: 0644]

diff --git a/src/prototype/prototype.c b/src/prototype/prototype.c
new file mode 100644 (file)
index 0000000..f3d0932
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ * $Source$
+ * $Author$
+ *
+ * Copyright 1989 by the Massachusetts Institute of Technology.
+ *
+ * For copying and distribution information, please see the file
+ * <krb5/mit-copyright.h>.
+ *
+ * <<< Description >>>
+ */
+
+#ifndef        lint
+static char <<< rcsid_module_c >>>[] =
+"$Id$";
+#endif lint
+
+#include <krb5/mit-copyright.h>
diff --git a/src/prototype/prototype.h b/src/prototype/prototype.h
new file mode 100644 (file)
index 0000000..565ca8d
--- /dev/null
@@ -0,0 +1,14 @@
+/*
+ * $Source$
+ * $Author$
+ * $Id$
+ *
+ * Copyright 1989 by the Massachusetts Institute of Technology.
+ *
+ * For copying and distribution information, please see the file
+ * <krb5/mit-copyright.h>.
+ *
+ * <<< Description >>>
+ */
+
+#include <krb5/mit-copyright.h>