nds2-client - ClientAdministrator  0.16.8
 All Functions Typedefs Enumerations Enumerator Groups Pages
nds_log.h
1 /* -*- tab-width:8 c-basic-offset:4 indent-tabs-mode:nil -*- */
2 /* set vi: ts=8:softtabstop=4,shiftwidth=4,expandtab */
3 
4 #ifndef NDS_LOG_H
5 #define NDS_LOG_H
6 
7 #ifndef DLL_EXPORT
8 #if defined _WIN32 || defined _WIN64
9 #define DLL_EXPORT __declspec( dllexport )
10 #else
11 #define DLL_EXPORT
12 #endif /* WIN32 || WIN64 */
13 #endif /* DLL_EXPORT */
14 
15 DLL_EXPORT void nds_flush( );
16 
17 DLL_EXPORT void nds_log( const char* Message );
18 
19 #endif /* NDS_LOG_H */