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

Diff of /monit/xml.c

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

revision 1.14 by martinp, Wed May 11 21:28:02 2005 UTC revision 1.15 by chopp, Fri Aug 5 09:38:09 2005 UTC
# Line 61  Line 61 
61    
62  /** Defines an output buffer object */  /** Defines an output buffer object */
63  typedef struct mybuffer {  typedef struct mybuffer {
64    unsigned char *buf;                               /**< Output buffer       */    char          *buf;                               /**< Output buffer       */
65    size_t         bufsize;                           /**< Output buffer size  */    size_t         bufsize;                           /**< Output buffer size  */
66    size_t         bufused;                           /**< Output buffer usage */    size_t         bufused;                           /**< Output buffer usage */
67  } Buffer_T;  } Buffer_T;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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