diff options
Diffstat (limited to 'zebra/ipforward.h')
| -rw-r--r-- | zebra/ipforward.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/zebra/ipforward.h b/zebra/ipforward.h index a75073cb36..aa916d47dd 100644 --- a/zebra/ipforward.h +++ b/zebra/ipforward.h @@ -14,20 +14,20 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with GNU Zebra; see the file COPYING. If not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * along with GNU Zebra; see the file COPYING. If not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #ifndef _ZEBRA_IPFORWARD_H #define _ZEBRA_IPFORWARD_H -extern int ipforward (void); -extern int ipforward_on (void); -extern int ipforward_off (void); +extern int ipforward(void); +extern int ipforward_on(void); +extern int ipforward_off(void); -extern int ipforward_ipv6 (void); -extern int ipforward_ipv6_on (void); -extern int ipforward_ipv6_off (void); +extern int ipforward_ipv6(void); +extern int ipforward_ipv6_on(void); +extern int ipforward_ipv6_off(void); #endif /* _ZEBRA_IPFORWARD_H */ |
