add copyright
authorJohn Kohl <jtkohl@mit.edu>
Mon, 4 Mar 1991 10:50:37 +0000 (10:50 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 4 Mar 1991 10:50:37 +0000 (10:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1837 dc483132-0cff-0310-8789-dd5450dbe970

src/include/kerberosIV/krb4-proto.h

index 7fc26c0895a496352d2f929ccb356be981911632..129ed901884da1ab2a4d73ada137eba04757173b 100644 (file)
@@ -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__ */