X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Faction_list_hosts.h;fp=src%2Faction_list_hosts.h;h=aac127253d7794d7e68a990f684803ef5b1dde3e;hb=a164d755a41a47cff81a643dfdd088c6a8de76a5;hp=0000000000000000000000000000000000000000;hpb=9215c4b703c9024eb34ffb3157ab80bbebd5be89;p=collection4.git diff --git a/src/action_list_hosts.h b/src/action_list_hosts.h new file mode 100644 index 0000000..aac1272 --- /dev/null +++ b/src/action_list_hosts.h @@ -0,0 +1,30 @@ +/** + * collection4 - action_list_hosts.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 ACTION_LIST_HOSTS_H +#define ACTION_LIST_HOSTS_H 1 + +int action_list_hosts (void); + +#endif /* ACTION_LIST_HOSTS_H */ +/* vim: set sw=2 sts=2 et fdm=marker : */