"Fossies" - the Fresh Open Source Software Archive 
Member "netxms-3.8.166/src/libnetxms/libnetxms.h" (23 Feb 2021, 1070 Bytes) of package /linux/misc/netxms-3.8.166.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style:
standard) with prefixed line numbers and
code folding option.
Alternatively you can here
view or
download the uninterpreted source code file.
For more information about "libnetxms.h" see the
Fossies "Dox" file reference documentation.
1 /*
2 ** NetXMS - Network Management System
3 ** Utility Library
4 ** Copyright (C) 2003-2017 Victor Kirhenshtein
5 **
6 ** This program is free software; you can redistribute it and/or modify
7 ** it under the terms of the GNU Lesser General Public License as published by
8 ** the Free Software Foundation; either version 3 of the License, or
9 ** (at your option) any later version.
10 **
11 ** This program is distributed in the hope that it will be useful,
12 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 ** GNU General Public License for more details.
15 **
16 ** You should have received a copy of the GNU Lesser General Public License
17 ** along with this program; if not, write to the Free Software
18 ** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 **
20 ** File: libnetxms.h
21 **
22 **/
23
24 #ifndef _libnetxms_h_
25 #define _libnetxms_h_
26
27 #include <nms_common.h>
28 #include <nms_util.h>
29 #include <nxcldefs.h>
30
31 #define MAX_CODEPAGE_LEN 64
32
33
34 //
35 // Functions
36 //
37
38 void SEHInit(void);
39
40
41 #endif /* _libnetxms_h_ */