aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-08-09 06:18:16 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-08-09 06:18:16 +0000
commitfac3eec39a80de59af4cd91056e979f06a76f340 (patch)
tree25faad1ea825a37c1e236460eba583a035042a41 /file.h
parent5e751be7642e84907733022fc3ae2efd4a0f05f8 (diff)
Make copy_binary_file() static since follow_dlg.c no longer uses it.
svn path=/trunk/; revision=2237
Diffstat (limited to 'file.h')
-rw-r--r--file.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/file.h b/file.h
index 023e130f8c..19eb987a10 100644
--- a/file.h
+++ b/file.h
@@ -1,7 +1,7 @@
/* file.h
* Definitions for file structures and routines
*
- * $Id: file.h,v 1.73 2000/08/03 12:44:20 gram Exp $
+ * $Id: file.h,v 1.74 2000/08/09 06:18:16 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -165,6 +165,4 @@ char *file_open_error_message(int, gboolean);
char *file_read_error_message(int);
char *file_write_error_message(int);
-gboolean copy_binary_file(char *from_filename, char *to_filename);
-
#endif /* file.h */