Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins Xepan_plugins.c Xplugin_api.c Xplugi

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Wed, 6 Aug 2003 13:16:21 -0500 (CDT)
guy         2003/08/06 13:16:21 CDT

  Modified files:
    plugins              Xepan_plugins.c Xplugin_api.c 
                         Xplugin_api.h Xplugin_api_decls.h 
                         Xplugin_table.h plugin_api_list.c 
  Log:
  As per Bernd Becker's suggestion, add "register_giop_user_module()" and
  "delete_giop_user_module()" to the list of exported functions on
  platforms where a run-time loaded module can't directly access functions
  from the main program.
  
  Revision  Changes    Path
  1.3       +2 -0      ethereal/plugins/Xepan_plugins.c
  1.3       +2 -0      ethereal/plugins/Xplugin_api.c
  1.3       +2 -0      ethereal/plugins/Xplugin_api.h
  1.3       +2 -0      ethereal/plugins/Xplugin_api_decls.h
  1.3       +2 -0      ethereal/plugins/Xplugin_table.h
  1.4       +4 -1      ethereal/plugins/plugin_api_list.c