root/opal/mca/pmix/pmix4x/pmix/src/mca/psec/munge/psec_munge.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2015-2016 Intel, Inc.  All rights reserved.
   3  *
   4  * $COPYRIGHT$
   5  *
   6  * Additional copyrights may follow
   7  *
   8  * $HEADER$
   9  */
  10 
  11 #ifndef PMIX_MUNGE_H
  12 #define PMIX_MUNGE_H
  13 
  14 BEGIN_C_DECLS
  15 
  16 #include <src/include/pmix_config.h>
  17 
  18 
  19 /* the component must be visible data for the linker to find it */
  20 PMIX_EXPORT extern pmix_psec_base_component_t mca_psec_munge_component;
  21 extern pmix_psec_module_t pmix_munge_module;
  22 
  23 END_C_DECLS
  24 
  25 #endif

/* [<][>][^][v][top][bottom][index][help] */