diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-11-19 15:59:26 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-11-19 15:59:26 +0100 |
commit | 5e502cbb195be17d5d742295f4a2e6f0c603a8d7 (patch) | |
tree | f9e188b59c7e608bc862dd740ecd459c5a83dfc9 /nxcompext/NXlibint.h | |
parent | a48361b11a5abb5a345dac5ec83a8f56c4d50b74 (diff) | |
parent | 88dace9a99687840f3fb341f0316cd94399cae9e (diff) | |
download | nx-libs-5e502cbb195be17d5d742295f4a2e6f0c603a8d7.tar.gz nx-libs-5e502cbb195be17d5d742295f4a2e6f0c603a8d7.tar.bz2 nx-libs-5e502cbb195be17d5d742295f4a2e6f0c603a8d7.zip |
Merge branch 'nxcompext'
Diffstat (limited to 'nxcompext/NXlibint.h')
-rw-r--r-- | nxcompext/NXlibint.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/nxcompext/NXlibint.h b/nxcompext/NXlibint.h new file mode 100644 index 000000000..37ba63723 --- /dev/null +++ b/nxcompext/NXlibint.h @@ -0,0 +1,31 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) 2001, 2007 NoMachine, http://www.nomachine.com/. */ +/* */ +/* NXCOMPEXT, NX protocol compression and NX extensions to this software */ +/* are copyright of NoMachine. Redistribution and use of the present */ +/* software is allowed according to terms specified in the file LICENSE */ +/* which comes in the source distribution. */ +/* */ +/* Check http://www.nomachine.com/licensing.html for applicability. */ +/* */ +/* NX and NoMachine are trademarks of NoMachine S.r.l. */ +/* */ +/* All rigths reserved. */ +/* */ +/**************************************************************************/ + +#ifndef NXlibint_H +#define NXlibint_H + +#ifdef __cplusplus +extern "C" { +#endif + +#include "NXvars.h" + +#ifdef __cplusplus +} +#endif + +#endif /* NXlibint_H */ |