/[winpt]/trunk/Src/wptKeyserver.cpp
ViewVC logotype

Diff of /trunk/Src/wptKeyserver.cpp

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

revision 24 by twoaday, Sat Oct 8 10:43:08 2005 UTC revision 32 by twoaday, Mon Oct 24 08:03:48 2005 UTC
# Line 215  sock_read (int fd, char *buf, int buflen Line 215  sock_read (int fd, char *buf, int buflen
215  }  }
216    
217    
218  /* Write @buf to a socket. */  /* Write @buf to a socket @fd. */
219  static int  static int
220  sock_write (int fd, const char *buf, int buflen)  sock_write (int fd, const char *buf, int buflen)
221  {  {
# Line 231  sock_write (int fd, const char *buf, int Line 231  sock_write (int fd, const char *buf, int
231      }      }
232    
233      return 0;      return 0;
234  } /* sock_write */  }
235    
236    
237  void  void

Legend:
Removed from v.24  
changed lines
  Added in v.32

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26