updates.
[silc.git] / includes / silcversion.h
similarity index 74%
rename from includes/version.h
rename to includes/silcversion.h
index eaba5ba352710d3ed814cadc182a8760e842b583..32a97f934e26d319eb9b837e872fa3cdc07ea7d5 100644 (file)
@@ -1,16 +1,15 @@
 /*
 
-  version.h
+  silcversion.h 
 
-  Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
+  Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 1997 - 2000 Pekka Riikonen
+  Copyright (C) 1997 - 2002 Pekka Riikonen
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 2 of the License, or
-  (at your option) any later version.
-  
+  the Free Software Foundation; version 2 of the License.
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
 */
 
-#ifndef VERSION_H
-#define VERSION_H
+#ifndef SILCVERSION_H
+#define SILCVERSION_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
 
 #include "version_internal.h"
 
@@ -36,4 +39,8 @@ const char *silc_version_string = SILC_PROTOCOL_VERSION_STRING;
 const char *silc_name = SILC_NAME;
 const char *silc_fullname = "Secure Internet Live Conferencing";
 
+#ifdef __cplusplus
+}
 #endif
+
+#endif /* SILCVERSION_H */