main.c (56303d34a332be8e2f4daf7891ebc12cb7900529) | main.c (b706b13b6cfde22d1f4adc540fd89426247c1e3e) |
---|---|
1/* Copyright (C) 2007-2012 B.A.T.M.A.N. contributors: 2 * 3 * Marek Lindner, Simon Wunderlich 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of version 2 of the GNU General Public 7 * License as published by the Free Software Foundation. 8 * --- 4 unchanged lines hidden (view full) --- 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with this program; if not, write to the Free Software 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 17 * 02110-1301, USA 18 */ 19 20#include "main.h" | 1/* Copyright (C) 2007-2012 B.A.T.M.A.N. contributors: 2 * 3 * Marek Lindner, Simon Wunderlich 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of version 2 of the GNU General Public 7 * License as published by the Free Software Foundation. 8 * --- 4 unchanged lines hidden (view full) --- 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with this program; if not, write to the Free Software 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 17 * 02110-1301, USA 18 */ 19 20#include "main.h" |
21#include "bat_sysfs.h" 22#include "bat_debugfs.h" | 21#include "sysfs.h" 22#include "debugfs.h" |
23#include "routing.h" 24#include "send.h" 25#include "originator.h" 26#include "soft-interface.h" 27#include "icmp_socket.h" 28#include "translation-table.h" 29#include "hard-interface.h" 30#include "gateway_client.h" --- 399 unchanged lines hidden --- | 23#include "routing.h" 24#include "send.h" 25#include "originator.h" 26#include "soft-interface.h" 27#include "icmp_socket.h" 28#include "translation-table.h" 29#include "hard-interface.h" 30#include "gateway_client.h" --- 399 unchanged lines hidden --- |