genericopenlibs/openenvcore/include/net/if.h
branchRCL_3
changeset 54 4332f0f7be53
parent 0 e4d67989cc36
child 56 acd3cd4aaceb
--- a/genericopenlibs/openenvcore/include/net/if.h	Thu Jul 15 20:34:46 2010 +0300
+++ b/genericopenlibs/openenvcore/include/net/if.h	Thu Aug 19 11:33:45 2010 +0300
@@ -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__