The R Project SVN R

Rev

Rev 48990 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 48990 Rev 49434
Line 1072... Line 1072...
1072
    tmp->sockwrite = in_Rsockwrite;
1072
    tmp->sockwrite = in_Rsockwrite;
1073
 
1073
 
1074
    tmp->sockselect = in_Rsockselect;
1074
    tmp->sockselect = in_Rsockselect;
1075
 
1075
 
1076
    tmp->HTTPDCreate = in_R_HTTPDCreate;
1076
    tmp->HTTPDCreate = in_R_HTTPDCreate;
-
 
1077
    tmp->HTTPDStop = in_R_HTTPDStop;
1077
 
1078
 
1078
    R_setInternetRoutines(tmp);
1079
    R_setInternetRoutines(tmp);
1079
}
1080
}