Merged silc_1_1_branch to trunk.
[silc.git] / includes / silcsymbian.h
index 396a1210bd6d43a9c9a567705af802822a385ae0..181e783bd1faf01ffd451bcc978de2977924395f 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 2002 - 2006 Pekka Riikonen
+  Copyright (C) 2002 - 2007 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
 /* 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 */