* cr_tkt.c (krb_cr_tkt_int): Add static prototype.
authorEzra Peisach <epeisach@mit.edu>
Thu, 16 Mar 2000 15:24:45 +0000 (15:24 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 16 Mar 2000 15:24:45 +0000 (15:24 +0000)
        * decomp_tkt.c: (dcmp_tkt_int): Add static prototype

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12125 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb4/ChangeLog
src/lib/krb4/cr_tkt.c
src/lib/krb4/decomp_tkt.c

index 187505b54984735a8c3ef29b43a3b99bea04b430..41d93ad78bf0dd8b983791c7d150a31df66eda50 100644 (file)
@@ -1,3 +1,8 @@
+2000-03-12  Ezra Peisach  <epeisach@mit.edu>
+
+       * cr_tkt.c (krb_cr_tkt_int): Add static prototype.
+       * decomp_tkt.c: (dcmp_tkt_int): Add static prototype
+
 1999-10-26  Tom Yu  <tlyu@mit.edu>
 
        * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
index a8224f879a7fb4000c904beed4295fce1f07092e..0293e105f7c928b2e38651dc0f17268ebc4d3a1d 100644 (file)
 #include "prot.h"
 #include <string.h>
 #include <krb5.h>
+
+static int krb_cr_tkt_int PROTOTYPE((KTEXT tkt, unsigned char flags, 
+                                    char *pname, char *pinstance, 
+                                    char *prealm, long paddress,
+                                    char *session, short life, long time_sec,
+                                    char *sname, char *sinstance, 
+                                    C_Block key, krb5_keyblock *k5key));
 /*
  * Create ticket takes as arguments information that should be in a
  * ticket, and the KTEXT object in which the ticket should be
index 03398acd587147404f8a91f1043220364e34fed7..04d3298adee81f89e472c696eab240a8da29483a 100644 (file)
 extern int krb_debug;
 #endif
 
+static int dcmp_tkt_int PROTOTYPE((KTEXT tkt, unsigned char *flags, 
+                                  char *pname, char *pinstance, char *prealm,
+                                  unsigned KRB4_32 *paddress, C_Block session,
+                                  int *life, unsigned KRB4_32 *time_sec, 
+                                  char *sname, char *sinstance, C_Block key, 
+                                  Key_schedule key_s, krb5_keyblock *k5key));
 /*
  * This routine takes a ticket and pointers to the variables that
  * should be filled in based on the information in the ticket.  It