X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=includes%2Fsilcsymbian.h;h=181e783bd1faf01ffd451bcc978de2977924395f;hb=52e57c880aba9c5e89f59d962eb9af75670b76e0;hp=396a1210bd6d43a9c9a567705af802822a385ae0;hpb=9905799a86c606304fd7df2cd401de1740a272a1;p=silc.git diff --git a/includes/silcsymbian.h b/includes/silcsymbian.h index 396a1210..181e783b 100644 --- a/includes/silcsymbian.h +++ b/includes/silcsymbian.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - 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 @@ -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 */