summaryrefslogtreecommitdiffstats
path: root/src/include/kerberosIV
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-03-04 10:50:37 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-03-04 10:50:37 +0000
commita5064c9f7f554b9ccfb71ca051301fc61caef78a (patch)
tree136e5f3d65422a5d26dfea401716a911bf0f0b70 /src/include/kerberosIV
parent63cf4bf7c6dfd011cb959e4f445026fe963a5348 (diff)
downloadkrb5-a5064c9f7f554b9ccfb71ca051301fc61caef78a.tar.gz
krb5-a5064c9f7f554b9ccfb71ca051301fc61caef78a.tar.xz
krb5-a5064c9f7f554b9ccfb71ca051301fc61caef78a.zip
add copyright
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1837 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/kerberosIV')
-rw-r--r--src/include/kerberosIV/krb4-proto.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/include/kerberosIV/krb4-proto.h b/src/include/kerberosIV/krb4-proto.h
index 7fc26c089..129ed9018 100644
--- a/src/include/kerberosIV/krb4-proto.h
+++ b/src/include/kerberosIV/krb4-proto.h
@@ -1,3 +1,20 @@
+/*
+ * $Source$
+ * $Author$
+ * $Id$
+ *
+ * Copyright 1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
+ *
+ * For copying and distribution information, please see the file
+ * <krb5/copyright.h>.
+ *
+ * Kerberos V4 prototypes
+ */
+
+#ifndef _KRB4_PROTO_H__
+#define _KRB4_PROTO_H__
+
#ifdef __STDC__
# define P(s) s
#else
@@ -205,3 +222,4 @@ int ad_print P((AUTH_DAT *));
int placebo_cblock_print P((des_cblock ));
#undef P
+#endif /* _KRB4_PROTO_H__ */