[BACK]Return to sshbuf.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshbuf.h between version 1.5 and 1.6

version 1.5, 2015/11/11 04:56:39 version 1.6, 2015/12/10 07:01:35
Line 116 
Line 116 
 size_t  sshbuf_avail(const struct sshbuf *buf);  size_t  sshbuf_avail(const struct sshbuf *buf);
   
 /*  /*
  * Returns a read-only pointer to the start of the the data in buf   * Returns a read-only pointer to the start of the data in buf
  */   */
 const u_char *sshbuf_ptr(const struct sshbuf *buf);  const u_char *sshbuf_ptr(const struct sshbuf *buf);
   
 /*  /*
  * Returns a mutable pointer to the start of the the data in buf, or   * Returns a mutable pointer to the start of the data in buf, or
  * NULL if the buffer is read-only.   * NULL if the buffer is read-only.
  */   */
 u_char *sshbuf_mutable_ptr(const struct sshbuf *buf);  u_char *sshbuf_mutable_ptr(const struct sshbuf *buf);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6