genericopenlibs/openenvcore/include/net/if.h
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
child 64 c44f36bb61a3
--- a/genericopenlibs/openenvcore/include/net/if.h	Tue Aug 31 16:54:36 2010 +0300
+++ b/genericopenlibs/openenvcore/include/net/if.h	Wed Sep 01 12:36:54 2010 +0100
@@ -404,7 +404,8 @@
  * Symbian specific APIs
  */
 #ifdef __SYMBIAN32__
-IMPORT_C int setdefaultif( const struct ifreq* );
+IMPORT_C int setdefaultif(const struct ifreq*);
+IMPORT_C int unsetdefaultif();
 #endif
 
 #ifdef __SYMBIAN32__