genericopenlibs/openenvcore/include/net/if.h
changeset 63 a117ad66e027
parent 0 e4d67989cc36
child 56 acd3cd4aaceb
--- a/genericopenlibs/openenvcore/include/net/if.h	Thu Sep 02 22:16:05 2010 +0300
+++ b/genericopenlibs/openenvcore/include/net/if.h	Fri Sep 17 08:38:54 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__