Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins/irda packet-irda.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: jmayer@xxxxxxxxxxxx (Joerg Mayer)
Date: Tue, 2 Mar 2004 17:45:34 -0600 (CST)
jmayer      2004/03/02 17:45:34 CST

  Modified files:
    plugins/irda         packet-irda.c 
  Log:
  Note to self: If you update the code, you should update the docs too.
  
  Update README.plugins to use ENABLE_STATIC instead of __ETHEREAL_STATIC__
  Update some plugins, that were created after my changes according to the
  outdated docs.
  Changed occurrences of
  G_MODULE_EXPORT void plugin_reg_handoff(void)
  into
  G_MODULE_EXPORT void
  plugin_reg_handoff(void)
  
  as the one line Python version doesn't work with the Python of Suse 9.0
  
  Revision  Changes    Path
  1.6       +7 -5      ethereal/plugins/irda/packet-irda.c