fixed indenting
[rrdtool.git] / src / rrd.h
index 3e1a08a..376d84f 100644 (file)
--- a/src/rrd.h
+++ b/src/rrd.h
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * RRDtool 1.2.99907080300  Copyright by Tobi Oetiker, 1997-2007
+ * RRDtool 1.3rc7  Copyright by Tobi Oetiker, 1997-2008
  *****************************************************************************
  * rrdlib.h   Public header file for librrd
  *****************************************************************************
@@ -88,8 +88,8 @@ extern    "C" {
 
 /* rrd info interface */
     typedef struct rrd_blob_t {
-        unsigned long    size; /* size of the blob */
-        unsigned char *ptr;  /* pointer */
+        unsigned long size; /* size of the blob */
+        unsigned char *ptr; /* pointer */
     } rrd_blob_t;
 
     enum info_type { RD_I_VAL = 0,
@@ -231,10 +231,8 @@ extern    "C" {
 /* END parsetime.h */
 
     struct rrd_context {
-        int       len;
-        int       errlen;
-        char     *lib_errstr;
-        char     *rrd_error;
+        char      lib_errstr[256];
+        char      rrd_error[4096];
     };
 
 /* returns the current per-thread rrd_context */