diff options
Diffstat (limited to 'src/eval.h')
-rw-r--r-- | src/eval.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ typedef struct eval_expression { const char *source; const char *parsed_as; - int *status; + RRDCALC_STATUS *status; calculated_number *this; time_t *after; time_t *before; |