* krb4int.h: Add prototypes for ad_print, krb_svc_init,
authorEzra Peisach <epeisach@mit.edu>
Wed, 27 Jun 2001 11:20:33 +0000 (11:20 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 27 Jun 2001 11:20:33 +0000 (11:20 +0000)
commit40f9905c7f38f36b5b55eb30d7f7f46bf9f7e79f
tree38d79eafc5dec77ce20cdcb7dae36f34792ae26f
parent1d2621330d9271de15b500d291adbb88043c6e94
    * krb4int.h: Add prototypes for ad_print, krb_svc_init,
        krb_svc_init_preauth, krb_get_svc_in_tkt_preauth, kset_logfile,
        krb_log, krb_set_logfile, krb_set_lifetime, month_sname,
        krb_rd_preauth, krb_net_rd_preauth, krb_net_rd_sendauth,
        krb_stime, krb_start_session, krb_end_session,
        krb_get_default_user, krb_set_default_user.

        * ad_print.c, g_svc_in_tkt.c, klog.c, log.c, mk_req.c,
        month_sname.c, rd_preauth.c, sendauth.c, stime.c, unix_glue.c:
        Include krb4int.h for prototypes.

        * decomp_tkt.c: Include krb54proto.h for decomp_tkt_krb5()
          prototype.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13517 dc483132-0cff-0310-8789-dd5450dbe970
13 files changed:
src/lib/krb4/ChangeLog
src/lib/krb4/ad_print.c
src/lib/krb4/decomp_tkt.c
src/lib/krb4/g_svc_in_tkt.c
src/lib/krb4/klog.c
src/lib/krb4/krb4int.h
src/lib/krb4/log.c
src/lib/krb4/mk_req.c
src/lib/krb4/month_sname.c
src/lib/krb4/rd_preauth.c
src/lib/krb4/sendauth.c
src/lib/krb4/stime.c
src/lib/krb4/unix_glue.c