The /src/windows/identity/plugins/common/dynimport.{c,h} files are used
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 23 Jul 2008 14:44:50 +0000 (14:44 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 23 Jul 2008 14:44:50 +0000 (14:44 +0000)
commit126ad3e2d030651876308ff9a0ec0a0f3686d421
treeb624949a69e621aaacf16d8158739cac33ca567b
parent6c354704c237f051518dc7fff83abd219c371434
The /src/windows/identity/plugins/common/dynimport.{c,h} files are used
by the NIM Kerberos v5 plug-ins for run-time dynamic linking.  They
currently do not declare or import the following functions:

krb5_get_error_message()
krb5_free_error_message()
krb5_clear_error_message()

This patch adds declarations and definitions required for locating these
functions.  Relies on the addition of these functions to the prototype
list in the Pismere loadfuncs-krb5.h.  See ticket 6045.

ticket: 6046
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20571 dc483132-0cff-0310-8789-dd5450dbe970
src/windows/identity/plugins/common/dynimport.c
src/windows/identity/plugins/common/dynimport.h