diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2006-05-24 21:19:23 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2006-05-24 21:19:23 +0000 |
| commit | 064ec564a8a14c5f41bd2bb966f2277728187baf (patch) | |
| tree | 72ab53c21bb021e667f8574807a2850eae7b5dbb /src/include | |
| parent | b2039aad70e01a64cb8265b053f7b0b98935e81a (diff) | |
| download | krb5-064ec564a8a14c5f41bd2bb966f2277728187baf.tar.gz krb5-064ec564a8a14c5f41bd2bb966f2277728187baf.tar.xz krb5-064ec564a8a14c5f41bd2bb966f2277728187baf.zip | |
Rename locate.h to locate_plugin.h. Change references, update dependencies
ticket: 3784
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18037 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/Makefile.in | 2 | ||||
| -rw-r--r-- | src/include/k5-int.h | 2 | ||||
| -rw-r--r-- | src/include/krb5/locate_plugin.h (renamed from src/include/krb5/locate.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in index 0fb6b3a205..313a017821 100644 --- a/src/include/Makefile.in +++ b/src/include/Makefile.in @@ -116,5 +116,5 @@ clean:: install-headers-unix install:: krb5/krb5.h profile.h $(INSTALL_DATA) $(srcdir)/krb5.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5.h $(INSTALL_DATA) krb5/krb5.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)krb5.h - $(INSTALL_DATA) $(srcdir)/krb5/locate.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)locate.h + $(INSTALL_DATA) $(srcdir)/krb5/locate_plugin.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)locate_plugin.h $(INSTALL_DATA) profile.h $(DESTDIR)$(KRB5_INCDIR)$(S)profile.h diff --git a/src/include/k5-int.h b/src/include/k5-int.h index da5d8b5eba..6bfdfeed1d 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -538,7 +538,7 @@ extern int krb5int_grow_addrlist (struct addrlist *, int); extern int krb5int_add_host_to_list (struct addrlist *, const char *, int, int, int, int); -#include <krb5/locate.h> +#include <krb5/locate_plugin.h> krb5_error_code krb5int_locate_server (krb5_context, const krb5_data *realm, struct addrlist *, enum locate_service_type svc, diff --git a/src/include/krb5/locate.h b/src/include/krb5/locate_plugin.h index aed22c8690..aed22c8690 100644 --- a/src/include/krb5/locate.h +++ b/src/include/krb5/locate_plugin.h |
