import gdb-1999-05-25 snapshot
[binutils-gdb.git] / gdb / ax-gdb.c
index cf2d90e58b5f9a69a1061e5b91c227a87fa7c848..831203136924d2959d40cbf9df9234e20abeb006 100644 (file)
@@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-/* $Id$ */
-
 #include "defs.h"
 #include "symtab.h"
 #include "symfile.h"
@@ -28,6 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "command.h"
 #include "gdbcmd.h"
 #include "frame.h"
+#include "target.h"
 #include "ax.h"
 #include "ax-gdb.h"
 
@@ -1929,6 +1928,8 @@ agent_command (exp, from_tty)
 \f
 /* Initialization code.  */
 
+void _initialize_ax_gdb PARAMS ((void));
+void
 _initialize_ax_gdb ()
 {
   struct cmd_list_element *c;