summaryrefslogtreecommitdiffstats
path: root/src/prototype
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1989-11-21 14:20:10 +0000
committerJohn Kohl <jtkohl@mit.edu>1989-11-21 14:20:10 +0000
commite35b10434eb0eaa40eaea7b8f020aa8e3bd71ee9 (patch)
treeef6090bad71c1b3a652b8ece21192e0217794790 /src/prototype
parent983b557096ede6e48562fc457cf74bc161f4f6ab (diff)
downloadkrb5-e35b10434eb0eaa40eaea7b8f020aa8e3bd71ee9.tar.gz
krb5-e35b10434eb0eaa40eaea7b8f020aa8e3bd71ee9.tar.xz
krb5-e35b10434eb0eaa40eaea7b8f020aa8e3bd71ee9.zip
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/prototype')
-rw-r--r--src/prototype/prototype.c18
-rw-r--r--src/prototype/prototype.h14
2 files changed, 32 insertions, 0 deletions
diff --git a/src/prototype/prototype.c b/src/prototype/prototype.c
new file mode 100644
index 0000000000..f3d0932026
--- /dev/null
+++ b/src/prototype/prototype.c
@@ -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
index 0000000000..565ca8d56f
--- /dev/null
+++ b/src/prototype/prototype.h
@@ -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>