genericopenlibs/openenvcore/include/net/if.h
changeset 66 38bdaa106551
parent 0 e4d67989cc36
child 56 acd3cd4aaceb
equal deleted inserted replaced
65:c4aad78f92f5 66:38bdaa106551
   402 
   402 
   403 /*
   403 /*
   404  * Symbian specific APIs
   404  * Symbian specific APIs
   405  */
   405  */
   406 #ifdef __SYMBIAN32__
   406 #ifdef __SYMBIAN32__
   407 IMPORT_C int setdefaultif( const struct ifreq* );
   407 IMPORT_C int setdefaultif(const struct ifreq*);
       
   408 IMPORT_C int unsetdefaultif();
   408 #endif
   409 #endif
   409 
   410 
   410 #ifdef __SYMBIAN32__
   411 #ifdef __SYMBIAN32__
   411 #ifdef __cplusplus
   412 #ifdef __cplusplus
   412 }
   413 }