genericopenlibs/openenvcore/include/net/if.h
branchRCL_3
changeset 56 acd3cd4aaceb
parent 54 4332f0f7be53
child 57 2efc27d87e1c
equal deleted inserted replaced
54:4332f0f7be53 56:acd3cd4aaceb
   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();
       
   409 #endif
   408 #endif
   410 
   409 
   411 #ifdef __SYMBIAN32__
   410 #ifdef __SYMBIAN32__
   412 #ifdef __cplusplus
   411 #ifdef __cplusplus
   413 }
   412 }