As with "file_write_error_message()", so with
[obnox/wireshark/wip.git] / file.h
diff --git a/file.h b/file.h
index 3cd339ad920d1d2e3f5cd76d197af67053d6bb78..55ec3457948a253951ec74d4094742c90ff02e22 100644 (file)
--- a/file.h
+++ b/file.h
@@ -1,7 +1,7 @@
 /* file.h
  * Definitions for file structures and routines
  *
- * $Id: file.h,v 1.111 2004/01/20 18:47:21 ulfl Exp $
+ * $Id: file.h,v 1.113 2004/01/24 02:01:42 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -95,8 +95,6 @@ int file_mv(char *from, char *to);
 /* Copies a file. Returns 0 on failure, 1 on success */
 int file_cp(char *from, char *to);
 
-char *file_open_error_message(int, gboolean, int);
 char *file_read_error_message(int);
-char *file_write_error_message(int);
 
 #endif /* file.h */