API -&nbspSmartSlog KP Library
ss_populate.h
Go to the documentation of this file.
1 
32 #ifndef _SS_POPULATE_H
33 #define _SS_POPULATE_H
34 
35 #include "kpi_interface.h"
36 #include "ss_func.h"
37 #include "utils/list.h"
38 
39 #if defined(WIN32) || defined(WINCE) || defined(SMARTSLOG_WIN_EXPORTS)
40 #define SSLOG_EXTERN __declspec(dllexport)
41 #else
42 #define SSLOG_EXTERN
43 #endif
44 
45 #ifdef __cplusplus
46 extern "C" {
47 #endif
48 
63 
76 
77 /*int ss_populate_by_subscription(subscription_container_t *subscr_container);*/
78 
81 #ifdef __cplusplus
82 }
83 #endif
84 
85 #endif /* _SS_POPULATE_H */
86