* t_ser.c: Cast getpid() calls to int as arguments to sprintf
authorEzra Peisach <epeisach@mit.edu>
Thu, 26 Oct 2000 17:21:40 +0000 (17:21 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 26 Oct 2000 17:21:40 +0000 (17:21 +0000)
commitfc0adc2a3f0e58b962709bf0afd35149c1800620
treefd6b092d1f957a778f7cc3bfdaf9deab07f44456
parentb4129262b1e46a0db910e1b0345b9dd27b805320
* t_ser.c: Cast getpid() calls to int as arguments to sprintf

* ser_actx.c: Move prototypes (listed below) to int-proto.h

* int-proto.h: Add prototypes for krb5_ser_authdata_init,
krb5_ser_address_init, krb5_ser_authenticator_init,
krb5_ser_checksum_init, krb5_ser_keyblock_init,
krb5_ser_principal_init.

* ser_adata.c, ser_addr.c, ser_auth.c, ser_cksum.c, ser_key.c,
ser_princ.c: Include int-proto.h for prototypes.

By moving the prototypes to int-proto.h, it ndles the gcc warning
on missing prototypes. These functions are intenal and all used by
krb5_ser_auth_context_init()

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12814 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/int-proto.h
src/lib/krb5/krb/ser_actx.c
src/lib/krb5/krb/ser_adata.c
src/lib/krb5/krb/ser_addr.c
src/lib/krb5/krb/ser_auth.c
src/lib/krb5/krb/ser_cksum.c
src/lib/krb5/krb/ser_key.c
src/lib/krb5/krb/ser_princ.c
src/lib/krb5/krb/t_ser.c