2004-10-08 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ser-unix.h
index 861694fb8065b024470b6688a44e972167cb6574..3bdf0bcb0eefc4c73c752e1b81bff3845d2a8069 100644 (file)
@@ -1,5 +1,6 @@
 /* Serial interface for UN*X file-descriptor based connection.
-   Copyright 1999, 2000 Free Software Foundation, Inc.
+
+   Copyright 1999, 2000, 2002 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -21,8 +22,8 @@
 #ifndef SER_UNIX_H
 #define SER_UNIX_H
 
-#undef XMALLOC
-#define XMALLOC(TYPE) (TYPE*) xmalloc (sizeof (TYPE))
+struct serial;
+struct ui_file;
 
 /* Generic UNIX/FD functions */
 
This page took 0.022965 seconds and 4 git commands to generate.