From 70585b725f15e984d0c08ce4c1540f09a8c711c6 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 8 Mar 2006 02:56:48 +0000 Subject: 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/plugins/locate/python/ChangeLog | 4 ++++ src/plugins/locate/python/py-locate.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'src/plugins/locate/python') diff --git a/src/plugins/locate/python/ChangeLog b/src/plugins/locate/python/ChangeLog index 6824a2945e..897919e110 100644 --- a/src/plugins/locate/python/ChangeLog +++ b/src/plugins/locate/python/ChangeLog @@ -1,3 +1,7 @@ +2006-03-07 Ken Raeburn + + * py-locate.c: Include k5-locate.h instead of k5-plugin.h. + 2006-03-06 Ken Raeburn * Makefile.in, configure.in, py-locate.c, python.exports, diff --git a/src/plugins/locate/python/py-locate.c b/src/plugins/locate/python/py-locate.c index a315e35552..548210a6bd 100644 --- a/src/plugins/locate/python/py-locate.c +++ b/src/plugins/locate/python/py-locate.c @@ -66,7 +66,7 @@ #include #include "k5-int.h" -#include "k5-plugin.h" +#include "k5-locate.h" #define LIBDIR "/tmp" /* should be imported from configure */ #define SCRIPT_PATH LIBDIR "/krb5/locate-service.py" -- cgit