~ubuntu-branches/ubuntu/gutsy/wireshark/gutsy-security

« back to all changes in this revision

Viewing changes to gtk/u3.h

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2007-04-01 08:58:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070401085840-or3qhrpv8alt1bwg
Tags: 0.99.5-1
* New upstream release.
* debian/patches/09_idl2wrs.dpatch: updated to patch idl2wrs.sh.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* u3.h
2
2
 * u3   2006 Graeme Lunt
3
3
 *
4
 
 * $Id: u3.h 19046 2006-08-26 17:55:21Z gal $
 
4
 * $Id: u3.h 20417 2007-01-13 16:06:28Z gal $
5
5
 *
6
6
 * Wireshark - Network traffic analyzer
7
7
 * By Gerald Combs <gerald@wireshark.org>
22
22
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
23
23
 */
24
24
 
 
25
gboolean u3_active();
25
26
 
26
27
void u3_register_pid(void);
27
28
void u3_deregister_pid(void);
 
29
 
 
30
char * u3_expand_device_path(char *path);
 
31
char * u3_contract_device_path(char *path);