genericopenlibs/openenvcore/include/net/if.h
changeset 66 38bdaa106551
parent 0 e4d67989cc36
child 56 acd3cd4aaceb
--- a/genericopenlibs/openenvcore/include/net/if.h	Tue Sep 14 13:39:11 2010 +0530
+++ b/genericopenlibs/openenvcore/include/net/if.h	Tue Sep 14 15:26:30 2010 +0530
@@ -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__