The R Project SVN R

Rev

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

Rev 26523 Rev 28046
Line 139... Line 139...
139
Rconnection R_newurl(char *description, char *mode);
139
Rconnection R_newurl(char *description, char *mode);
140
Rconnection R_newsock(char *host, int port, int server, char *mode);
140
Rconnection R_newsock(char *host, int port, int server, char *mode);
141
Rconnection in_R_newsock(char *host, int port, int server, char *mode);
141
Rconnection in_R_newsock(char *host, int port, int server, char *mode);
142
Rconnection R_newunz(char *description, char *mode);
142
Rconnection R_newunz(char *description, char *mode);
143
int dummy_vfprintf(Rconnection con, const char *format, va_list ap);
143
int dummy_vfprintf(Rconnection con, const char *format, va_list ap);
-
 
144
int getActiveSink(int n);
144
 
145
 
145
int Rsockselect(int nsock, int *insockfd, int *ready, int *write,
146
int Rsockselect(int nsock, int *insockfd, int *ready, int *write,
146
		double timeout);
147
		double timeout);
147
 
148
 
148
#endif
149
#endif