Internalfunctions - SmartSlog KP Library
Main Page
Modules
Data Structures
Files
File List
Globals
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
62
SSLOG_EXTERN
int
sslog_ss_populate_individual
(
individual_t
* individual);
63
75
SSLOG_EXTERN
int
sslog_ss_populate_individual_by_pattern
(
individual_t
*individual,
pattern_t
*pattern);
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
Generated on Mon Dec 17 2012 16:22:49 for Internalfunctions - SmartSlog KP Library by
1.8.1.1