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

Diff of /monit/socket.h

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

revision 1.18 by martinp, Sun Apr 3 11:56:51 2005 UTC revision 1.19 by hauk, Tue Oct 18 20:37:10 2005 UTC
# Line 175  int socket_write(Socket_T S, void *b, in Line 175  int socket_write(Socket_T S, void *b, in
175    
176    
177  /**  /**
178     * Read a single byte. The byte is returned as an int in the range 0
179     * to 255.
180     * @param S A Socket_T object
181     * @return The byte read, or -1 if the end of the stream has been reached
182     */
183    int Socket_readByte(Socket_T S);
184    
185    
186    /**
187   * Reads size bytes and stores them into the byte buffer pointed to by b.   * Reads size bytes and stores them into the byte buffer pointed to by b.
188   * @param S A Socket_T object   * @param S A Socket_T object
189   * @param b A Byte buffer   * @param b A Byte buffer

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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