X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=includes%2Fsilcsymbian.h;fp=includes%2Fsilcsymbian.h;h=505a149c405af671f5eb7fcf6b79ab69bcae87f7;hb=d5326035402d8326f0b84ddce79cb67dd27db740;hp=396a1210bd6d43a9c9a567705af802822a385ae0;hpb=a155f98c7cc8004b7648facf394587af52578ead;p=silc.git diff --git a/includes/silcsymbian.h b/includes/silcsymbian.h index 396a1210..505a149c 100644 --- a/includes/silcsymbian.h +++ b/includes/silcsymbian.h @@ -6,14 +6,14 @@ Copyright (C) 2002 - 2006 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; version 2 of the License. + The contents of this file are subject to one of the Licenses specified + in the COPYING file; You may not use this file except in compliance + with 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 - GNU General Public License for more details. + The software distributed under the License is distributed on an "AS IS" + basis, in the hope that it will be useful, but WITHOUT WARRANTY OF ANY + KIND, either expressed or implied. See the COPYING file for more + information. */ /* Native Symbian specific includes and definitions. */ @@ -39,5 +39,11 @@ /* And just in case, include stddef.h here to get the Symbian one as early as possible. */ #include +#include +#include + +/* Some internal routines */ +void silc_symbian_usleep(long microseconds); +void silc_symbian_debug(const char *function, int line, char *string); #endif /* SILCSYMBIAN_H */