make installed headers C++-safe
authorKen Raeburn <raeburn@mit.edu>
Sat, 25 Apr 2009 09:36:11 +0000 (09:36 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 25 Apr 2009 09:36:11 +0000 (09:36 +0000)
commit10c0b36c72eb2b38811494c4fa2adbc734b66237
treedd5f4211ea4f75fc2e1f3454e0593da3c1212f7a
parent582aabf279c16a3a55cc44c958130ada29e46e41
make installed headers C++-safe

Now that we're installing the kadm5 headers, they should be C++-safe
like the others.  Wrap the content in 'extern "C"' if compiling as
C++.  New test program to verify.

ticket: 6477
target_version: 1.7
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22280 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/kadm5/admin.h
src/tests/misc/Makefile.in
src/tests/misc/deps
src/tests/misc/test_cxx_kadm5.cpp [new file with mode: 0644]