From: John Kohl Date: Tue, 1 May 1990 16:15:38 +0000 (+0000) Subject: add standard header X-Git-Tag: krb5-1.0-alpha2~759 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bb35f52ea51b287d5d39771b643801e123cb7156;p=krb5.git add standard header git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@637 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/ccache/file/fcc-proto.h b/src/lib/krb5/ccache/file/fcc-proto.h index 9036000c5..c29f3c0a5 100644 --- a/src/lib/krb5/ccache/file/fcc-proto.h +++ b/src/lib/krb5/ccache/file/fcc-proto.h @@ -1,3 +1,21 @@ +/* + * $Source$ + * $Author$ + * $Id$ + * + * Copyright 1990 by the Massachusetts Institute of Technology. + * + * For copying and distribution information, please see the file + * . + * + * Prototypes for File-based credentials cache + */ + +#include + +#ifndef KRB5_FCC_PROTO__ +#define KRB5_FCC_PROTO__ + /* fcc_close.c */ krb5_error_code krb5_fcc_close PROTOTYPE((krb5_ccache id )); @@ -68,3 +86,4 @@ krb5_error_code krb5_fcc_store_times PROTOTYPE((krb5_ccache id , krb5_ticket_tim void init_test_cred PROTOTYPE((void )); +#endif /* KRB5_FCC_PROTO__ */