summaryrefslogtreecommitdiff
path: root/include/private/plugin_platform.h
blob: c7c623e605844439e32b60782e149601326d22b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _PLUGIN_PLATFORM_H
#define _PLUGIN_PLATFORM_H


#ifdef __cplusplus
extern "C" {
#endif


int plugin_load_platform(void);
int process_confelem_platform(char* confelem_filename);

#ifdef __cplusplus
}
#endif


#endif