summaryrefslogtreecommitdiff
path: root/pcapio.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-12-20 14:53:09 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-12-20 14:53:09 +0000
commit7e84abf005afa5952b046d11584d3ff36522c721 (patch)
tree286d014028d629d7a13a35ce19d42169ca2996c0 /pcapio.h
parenta1cca8c54ac5fb3d0b9415c0ea86437f80458357 (diff)
downloadwireshark-7e84abf005afa5952b046d11584d3ff36522c721.tar.gz
Add ws_fclose(), ws_fflush(), and ws_fdopen() to the fileutils.
Retire libpcap_fdopen(), libpcap_dump_flush(), and libpcap_dump_close(). svn path=/trunk/; revision=46636
Diffstat (limited to 'pcapio.h')
-rw-r--r--pcapio.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/pcapio.h b/pcapio.h
index 839aad78d2..1d0a1446ad 100644
--- a/pcapio.h
+++ b/pcapio.h
@@ -25,10 +25,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-/** Returns a FILE * to write to on success, NULL on failure */
-extern FILE *
-libpcap_fdopen(int fd, int *err);
-
/** Write the file header to a dump file.
Returns TRUE on success, FALSE on failure.
Sets "*err" to an error code, or 0 for a short write, on failure*/
@@ -96,9 +92,3 @@ libpcap_write_enhanced_packet_block(FILE *fp,
guint32 flags,
long *bytes_written,
int *err);
-
-extern gboolean
-libpcap_dump_flush(FILE *pd, int *err);
-
-extern gboolean
-libpcap_dump_close(FILE *pd, int *err);