* ss_wrapper.c: Include kadmin.h
authorEzra Peisach <epeisach@mit.edu>
Mon, 26 Feb 2001 19:14:29 +0000 (19:14 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 26 Feb 2001 19:14:29 +0000 (19:14 +0000)
commitc6f0ee6a28dda43ac267105323e98afcd2aa69ca
tree69f0c5647e335f9cf2084437bcfbac51f2d24100
parent4036994d4fe71c6c10383e7ffd5e70c5de261a45
* ss_wrapper.c: Include kadmin.h

* kadmin.c, keytab.c: Warning cleanup of shadowing variables,
  missing prototypes, assignments within conditionals. variables
  type mismatches.

* getdate.y: Prototypes in file are for getdate_yylex() and
  getdaye_yyerror() and not yylex()/yyerror().

* kadmin.h: New header file with ss callback prototypes and global
  variables.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13026 dc483132-0cff-0310-8789-dd5450dbe970
src/kadmin/cli/ChangeLog
src/kadmin/cli/getdate.y
src/kadmin/cli/kadmin.c
src/kadmin/cli/kadmin.h [new file with mode: 0644]
src/kadmin/cli/keytab.c
src/kadmin/cli/ss_wrapper.c