Aded Symbina support. Added new Carbide.c++ project files
[silc.git] / includes / silcsymbian.h
index 396a1210bd6d43a9c9a567705af802822a385ae0..505a149c405af671f5eb7fcf6b79ab69bcae87f7 100644 (file)
@@ -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. */
 /* And just in case, include stddef.h here to get the Symbian one as
    early as possible. */
 #include <stddef.h>
+#include <sys/times.h>
+#include <sys/stat.h>
+
+/* Some internal routines */
+void silc_symbian_usleep(long microseconds);
+void silc_symbian_debug(const char *function, int line, char *string);
 
 #endif /* SILCSYMBIAN_H */