aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-logon.h
AgeCommit message (Collapse)AuthorFilesLines
2001-03-18Move the declaration of routines exported from "packet-smb-browse.c"Guy Harris1-0/+30
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". svn path=/trunk/; revision=3147