/[monit]/monit/socket.c
ViewVC logotype

Diff of /monit/socket.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by chopp, Wed Sep 3 15:29:29 2003 UTC revision 1.21 by hauk, Wed Sep 3 23:28:38 2003 UTC
# Line 85  struct Socket_T { Line 85  struct Socket_T {
85   * @param use_ssl if TRUE the socket is created supporting SSL   * @param use_ssl if TRUE the socket is created supporting SSL
86   * @return The connected Socket or NULL if an error occurred   * @return The connected Socket or NULL if an error occurred
87   */   */
88  Socket_T socket_new(char *host, int port, int type, int use_ssl) {  Socket_T socket_new(const char *host, int port, int type, int use_ssl) {
89    
90    int s;    int s;
91    Socket_T S;    Socket_T S;

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26