X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=src%2Frrd_args.h;h=802e308e91beb8cac5bc820f9139a99f885c2cc8;hp=b3ef34adcbd974c106716be65def7ebce7d08868;hb=2ef734476e3511b6f1c2611875e340b6b8ca2d4c;hpb=8a3753760230b270c8f4615891cba2586a661d21 diff --git a/src/rrd_args.h b/src/rrd_args.h index b3ef34a..802e308 100644 --- a/src/rrd_args.h +++ b/src/rrd_args.h @@ -1,3 +1,26 @@ +/** + * collection4 - rrd_args.h + * Copyright (C) 2010 Florian octo Forster + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA + * + * Authors: + * Florian octo Forster + **/ + #ifndef RRD_ARGS_H #define RRD_ARGS_H @@ -8,7 +31,8 @@ struct rrd_args_s str_array_t *options; str_array_t *data; str_array_t *calc; - str_array_t *draw; + str_array_t *areas; + str_array_t *lines; int index; char last_stack_cdef[64];