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

« back to all changes in this revision

Viewing changes to plugins/irda/plugin.c

  • 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:
26
26
plugin_reg_handoff(void)
27
27
{
28
28
  {extern void proto_reg_handoff_irda (void); proto_reg_handoff_irda ();}
29
 
  {extern void proto_reg_handoff_sir (void); proto_reg_handoff_sir ();}
 
29
  {extern void proto_reg_handoff_irsir (void); proto_reg_handoff_irsir ();}
30
30
}
31
31
#endif