X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Faction_search_json.c;h=53501fe72c523d6a40a6b4e7dcc993103067a409;hb=5dd3410614f199791a773e82bc4236c6ea6e7e5c;hp=0786a8f81c1e7f63bd721544982f66ede3acdd2b;hpb=30478870f2afaf991ee19ab7b4c22d3ddcd7b8cd;p=collection4.git diff --git a/src/action_search_json.c b/src/action_search_json.c index 0786a8f..53501fe 100644 --- a/src/action_search_json.c +++ b/src/action_search_json.c @@ -1,3 +1,26 @@ +/** + * collection4 - action_search_json.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 @@ -7,6 +30,7 @@ #include "common.h" #include "graph.h" #include "graph_ident.h" +#include "graph_instance.h" #include "graph_list.h" #include "utils_cgi.h"