projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63cf4bf
)
add copyright
author
John Kohl
<jtkohl@mit.edu>
Mon, 4 Mar 1991 10:50:37 +0000
(10:50 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/include/kerberosIV/krb4-proto.h
b/src/include/kerberosIV/krb4-proto.h
index 7fc26c0895a496352d2f929ccb356be981911632..129ed901884da1ab2a4d73ada137eba04757173b 100644
(file)
--- 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__ */