summaryrefslogtreecommitdiffstats
path: root/src/prototype
diff options
context:
space:
mode:
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>