lib/krb5: prepare to make common plugins public
commitac6fa4cadc2bded960319a8da7be4194b50580c5
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 7 Feb 2019 15:45:53 +0000 (7 10:45 -0500)
committerJeffrey Altman <jaltman@auristor.com>
Wed, 22 May 2019 02:20:14 +0000 (21 22:20 -0400)
tree2f6089cab417f6b9a35f28a88b7d073f3c1d647e
parentdf78c88cc032d5e4fd8f1c7fb238b993eb529ca3
lib/krb5: prepare to make common plugins public

Rename common_plugin_ftable to krb5_plugin_common_ftable.

Create lib/krb5/common_plugin.h to include the structure and typedef.

The common_plugin.h header is now included by ccache_plugin.h
along with a prototype for the required ccache_ops_plugin_load()
function.

Change-Id: I2b27d6d0f5cf0544482c3f01784fef945e12e8d8
lib/krb5/ccache_plugin.h
lib/krb5/common_plugin.h [new file with mode: 0644]
lib/krb5/plugin.c