Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-x25.c packet-x25.h

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 22 Feb 2000 01:42:54 -0600 (CST)
guy         2000/02/22 01:42:52 CST

  Modified files:
    .                    packet-x25.c packet-x25.h 
  Log:
  Make "reinit_x25_hashtable()" static (it's not explicitly called from
  outside "packet-x25.c", it's only registered as a protocol init
  routine), and explicitly declare it as taking no arguments (GCC doesn't
  complain about passing a pointer to a routine with an unspecified
  argument list to "register_init_routine()", which expects a pointer to a
  routine with no arguments, but Microsoft Visual C{++} 6.0 does complain
  about it).
  
  Revision  Changes    Path
  1.21      +3 -3      ethereal/packet-x25.c
  1.3       +1 -2      ethereal/packet-x25.h