summaryrefslogtreecommitdiff
path: root/file.h
diff options
context:
space:
mode:
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 */