Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-smb-browse.h packet-smb-logon.h Makef

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 17 Mar 2001 21:34:23 -0600 (CST)
guy         2001/03/17 21:34:23 CST

  Modified files:
    .                    Makefile.am packet-smb-browse.c 
                         packet-smb-logon.c packet-smb-mailslot.c 
  Added files:
    .                    packet-smb-browse.h packet-smb-logon.h 
  Log:
  Move the declaration of routines exported from "packet-smb-browse.c"
  into a "packet-smb-browse.h" header file, and have modules that import
  those routines include "packet-smb-browse.h" rather than declaring the
  routines themselves; do the same for routines exported from
  "packet-smb-logon.c".
  
  Make routines and arrays not exported static, and make routines that
  return a true/false return value "gboolean" rather than "guint32".
  
  Revision  Changes    Path
  1.293     +3 -1      ethereal/Makefile.am
  1.8       +13 -8     ethereal/packet-smb-browse.c
  1.13      +14 -9     ethereal/packet-smb-logon.c
  1.11      +3 -25     ethereal/packet-smb-mailslot.c