X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcsim%2Fsilcsim.c;h=7a00dafdf318cbd3f03abe42fc4afddde9342ceb;hb=40f8443d8d3a6577336ee66d18e04d9ac4d956bb;hp=43e6be79296599d9b5b6a1443b3d94dbf5af282e;hpb=030955992dd0663ddb907a06fd92af62afb9a015;p=silc.git diff --git a/lib/silcsim/silcsim.c b/lib/silcsim/silcsim.c index 43e6be79..7a00dafd 100644 --- a/lib/silcsim/silcsim.c +++ b/lib/silcsim/silcsim.c @@ -2,14 +2,13 @@ silcsim.c - Author: Pekka Riikonen + Author: Pekka Riikonen 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(); }