~ubuntu-branches/ubuntu/trusty/batctl/trusty

« back to all changes in this revision

Viewing changes to traceroute.h

  • Committer: Bazaar Package Importer
  • Author(s): Sven Eckelmann
  • Date: 2011-02-06 11:23:57 UTC
  • mfrom: (5.1.13 experimental)
  • Revision ID: james.westby@ubuntu.com-20110206112357-tk8qg5ezqtjsle03
Tags: 2011.0.0-2
* Upload to unstable
* debian/patches:
  - Add decapsulate_monitor.patch, Remove extra headers of frames from monitor
    devices

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* 
2
 
 * Copyright (C) 2009-2010 B.A.T.M.A.N. contributors:
 
1
/*
 
2
 * Copyright (C) 2009-2011 B.A.T.M.A.N. contributors:
3
3
 *
4
4
 * Marek Lindner <lindner_marek@yahoo.de>
5
5
 *
21
21
 
22
22
 
23
23
 
24
 
int traceroute(int argc, char **argv);
 
24
int traceroute(char *mesh_iface, int argc, char **argv);