.. _program_listing_file_api_include_pntos_plugins_registry.h: Program Listing for File registry.h =================================== |exhale_lsh| :ref:`Return to documentation for file ` (``api/include/pntos/plugins/registry.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once #include #ifdef __cplusplus extern "C" { #endif PNTOS_ASSUME_NONNULL_BEGIN typedef struct PntosRegistryPlugin { PntosCommonPlugin common; PntosRegistry* (*new_registry)(struct PntosRegistryPlugin* self, char* PNTOS_NULLABLE initial_config); } PntosRegistryPlugin; PNTOS_ASSUME_NONNULL_END #ifdef __cplusplus } #endif