Have "cf_merge_files()" take a pointer-to-pointer-to-char as the output
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 17 Feb 2005 03:05:54 +0000 (03:05 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 17 Feb 2005 03:05:54 +0000 (03:05 +0000)
commit2a67272100db8b206dec54a1c35bb28310f6fad0
tree42adc7ae815b3fa17187af437c07eee04de224ce
parent8f46bd354bca3c418c49365fe703f8d7124ea32f
Have "cf_merge_files()" take a pointer-to-pointer-to-char as the output
file name argument; if the pointed-to pointer is null, it opens a
temporary file, and sets that pointer to a mallocated copy of the
pathname of the temporary file.  It no longer needs a file descriptor as
an argument.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13419 f5534014-38df-0310-8fa8-9805f1628bb7
file.c
file.h
gtk/drag_and_drop.c
gtk/file_dlg.c