diff options
Diffstat (limited to 'gdb/common/agent.h')
-rw-r--r-- | gdb/common/agent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/common/agent.h b/gdb/common/agent.h index b89d111..fa8bc36 100644 --- a/gdb/common/agent.h +++ b/gdb/common/agent.h @@ -19,7 +19,7 @@ int agent_run_command (int pid, const char *cmd); -int agent_look_up_symbols (void); +int agent_look_up_symbols (void *); #define STRINGIZE_1(STR) #STR #define STRINGIZE(STR) STRINGIZE_1(STR) |