API -&nbspSmartSlog KP Library
subscription_changes.h
Go to the documentation of this file.
1 
40 #ifndef SUBSCRIPTION_CHANGES_H
41 #define SUBSCRIPTION_CHANGES_H
42 
43 #include "structures.h"
44 
45 #if defined(WIN32) || defined(WINCE) || defined(SMARTSLOG_WIN_EXPORTS)
46 #define SSLOG_EXTERN __declspec(dllexport)
47 #else
48 #define SSLOG_EXTERN
49 #endif
50 
51 #ifdef __cplusplus
52 extern "C" {
53 #endif
54 
55 /******************************************************************************/
56 /****************************** Structures list *******************************/
57 
59 
60 // It is needed only for doxygen, to generate stract docs without
61 // internal fields and internal *.h files.
62 #ifdef DOXY_EXTERNAL_ONLY_DATA
63 
78 };
79 #endif
80 
86 
88 
89 
90 /******************************************************************************/
91 /****************************** Functions list ********************************/
93 
110 
130 
152 
171  action_type action);
172 
190 
214  const char *uuid, action_type action);
215 
237  const char *uuid);
238 
248 
250 
251 
252 
253 #ifdef __cplusplus
254 }
255 #endif
256 
257 #endif /* SUBSCRIPTION_CHANGES_H */
258