aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-mailslot.h
AgeCommit message (Collapse)AuthorFilesLines
2001-03-18Correctly handle Interim responses to TRANSACTION requests.Guy Harris1-0/+30
Move the declaration of routines exported from "packet-smb-mailslot.c" into a "packet-smb-mailslot.h" header file, and have modules that import those routines include "packet-smb-mailslot.h" rather than declaring the routines themselves; do the same for routines exported from "packet-smb-pipe.c". Make routines not exported static, and make routines that return a true/false return value "gboolean" rather than "guint32". svn path=/trunk/; revision=3146