X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fgraph_list.c;h=1aab96df0be0d5e83fa2b65133b7c05f2734e70b;hb=012faa5b89a1176b9fb4458f6101d53e8f82f34b;hp=7164c74e01762b97c2ea3f9e11c7480d20165e53;hpb=57ea63c5b3af362e4663e04f04c73e7015ecf83d;p=collection4.git diff --git a/src/graph_list.c b/src/graph_list.c index 7164c74..1aab96d 100644 --- a/src/graph_list.c +++ b/src/graph_list.c @@ -1,3 +1,26 @@ +/** + * collection4 - graph_list.c + * 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 + **/ + #include #include #include @@ -40,7 +63,7 @@ static time_t gl_last_update = 0; /* * Private functions */ -int gl_add_graph_internal (graph_config_t *cfg, /* {{{ */ +static int gl_add_graph_internal (graph_config_t *cfg, /* {{{ */ graph_config_t ***gl_array, size_t *gl_array_num) { graph_config_t **tmp;