Added SILC Server library.
[silc.git] / lib / silcsim / silcsim.c
index 43e6be79296599d9b5b6a1443b3d94dbf5af282e..7a00dafdf318cbd3f03abe42fc4afddde9342ceb 100644 (file)
@@ -2,14 +2,13 @@
 
   silcsim.c
 
-  Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
+  Author: Pekka Riikonen <priikone@silcnet.org>
 
   Copyright (C) 2000 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
@@ -41,7 +40,7 @@
 
 */
 
-#include "silcincludes.h"
+#include "silc.h"
 
 /* 
    SILC Module (SIM) Context.
@@ -147,7 +146,7 @@ int silc_sim_close(SilcSim sim)
 
 /* Returns error string if error has occured while processing SIM's. */
 
-char *silc_sim_error(SilcSim sim)
+const char *silc_sim_error(SilcSim sim)
 {
   return dlerror();
 }