summaryrefslogtreecommitdiff
path: root/third_party/heimdal/lib/base/heimbase-svc.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/heimdal/lib/base/heimbase-svc.h')
-rw-r--r--third_party/heimdal/lib/base/heimbase-svc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/heimdal/lib/base/heimbase-svc.h b/third_party/heimdal/lib/base/heimbase-svc.h
index 083917fb806..0e7454c8382 100644
--- a/third_party/heimdal/lib/base/heimbase-svc.h
+++ b/third_party/heimdal/lib/base/heimbase-svc.h
@@ -75,4 +75,9 @@
heim_dict_t attributes; \
int32_t error_code
+#define HEIM_PLUGIN_FTABLE_COMMON_ELEMENTS(CONTEXT_TYPE) \
+ int minor_version; \
+ int (HEIM_LIB_CALL *init)(CONTEXT_TYPE, void **); \
+ void (HEIM_LIB_CALL *fini)(void *)
+
#endif /* HEIMBASE_SVC_H */