krb5.h, which is built after util/et, which is built after the support
authorKen Raeburn <raeburn@mit.edu>
Wed, 8 Mar 2006 02:56:48 +0000 (02:56 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 8 Mar 2006 02:56:48 +0000 (02:56 +0000)
commit70585b725f15e984d0c08ce4c1540f09a8c711c6
tree7331b10b6853979fad3e59f1e665bdbbfaf315df
parent8f09bfe9fa0e51c2bd1e2f533eb25655e88ca43b
krb5.h, which is built after util/et, which is built after the support
code.

Fix: Put service location decls in k5-locate.h, pull plugin support
decls out of k5-int.h into k5-plugin.h, and make it stand on its own,
which includes changing the return type from krb5_error_code to
int32_t.

Oops: The plugin support code included k5-int.h, which includes

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17707 dc483132-0cff-0310-8789-dd5450dbe970
src/include/ChangeLog
src/include/k5-int.h
src/include/k5-locate.h [new file with mode: 0644]
src/include/k5-plugin.h
src/lib/krb5/os/ChangeLog
src/lib/krb5/os/locate_kdc.c
src/plugins/locate/python/ChangeLog
src/plugins/locate/python/py-locate.c
src/util/support/ChangeLog
src/util/support/plugins.c