From 19b66c0e72d569b4fa39a23f71eeb7b6283d3c58 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 13 Sep 1991 01:02:21 +0000 Subject: [PATCH] Lint --- gdb/remote-eb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gdb/remote-eb.c b/gdb/remote-eb.c index 7bc8842b57..351eec337b 100644 --- a/gdb/remote-eb.c +++ b/gdb/remote-eb.c @@ -44,6 +44,8 @@ extern struct value *call_function_by_hand(); extern struct target_ops eb_ops; /* Forward declaration */ +static void eb_close(); + #define LOG_FILE "eb.log" #if defined (LOG_FILE) FILE *log_file; -- 2.34.1