base: common_plugin.h add missing typedefs
commitf91f786dd67406650e826ee58c50959ca5000203
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 27 May 2020 06:39:08 +0000 (27 02:39 -0400)
committerJeffrey Altman <jaltman@auristor.com>
Wed, 27 May 2020 13:01:22 +0000 (27 09:01 -0400)
tree4babb1265d536739914db68e96ee770860b529df
parent739f7e0484e412de7de6d5ef1100fcc20836d19d
base: common_plugin.h add missing typedefs

ea90ca86664c73fb8d415f3cc7baacdf8a6dd685("Move some infra bits of
lib/krb5/ to lib/base/ (2)") forgot to add typedefs

  heim_get_instance_func_t
  krb5_get_instance_t

required for compilation of krb5_get_instance style plugins.

Change-Id: I3130f86034be1f9f79694eca0d1b309e247fd03f
lib/base/common_plugin.h