genericopenlibs/openenvcore/include/net/if.h
branchRCL_3
changeset 56 acd3cd4aaceb
parent 54 4332f0f7be53
child 57 2efc27d87e1c
--- a/genericopenlibs/openenvcore/include/net/if.h	Thu Aug 19 11:33:45 2010 +0300
+++ b/genericopenlibs/openenvcore/include/net/if.h	Tue Aug 31 16:54:36 2010 +0300
@@ -404,8 +404,7 @@
  * Symbian specific APIs
  */
 #ifdef __SYMBIAN32__
-IMPORT_C int setdefaultif(const struct ifreq*);
-IMPORT_C int unsetdefaultif();
+IMPORT_C int setdefaultif( const struct ifreq* );
 #endif
 
 #ifdef __SYMBIAN32__