summaryrefslogtreecommitdiff
path: root/src/target/target.h
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-08-06 14:36:37 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-08-06 14:36:37 +0000
commitce16ff901c63c65d6087af4436159a6529de3b95 (patch)
treed8589e3ec36005a5c14a89528a23c81d23719323 /src/target/target.h
parent09bb073239279be4df77a40377da66a741f43c5c (diff)
downloadopenocd+libswd-ce16ff901c63c65d6087af4436159a6529de3b95.tar.gz
openocd+libswd-ce16ff901c63c65d6087af4436159a6529de3b95.tar.bz2
openocd+libswd-ce16ff901c63c65d6087af4436159a6529de3b95.tar.xz
openocd+libswd-ce16ff901c63c65d6087af4436159a6529de3b95.zip
- fix target_examine declaration
- remove build warnings - added --enable-gccwarnings to docs - update mips_m4k_examine function git-svn-id: svn://svn.berlios.de/openocd/trunk@893 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/target.h')
-rw-r--r--src/target/target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/target.h b/src/target/target.h
index 2551ede7..bf009ea4 100644
--- a/src/target/target.h
+++ b/src/target/target.h
@@ -250,7 +250,7 @@ typedef struct target_timer_callback_s
extern int target_register_commands(struct command_context_s *cmd_ctx);
extern int target_register_user_commands(struct command_context_s *cmd_ctx);
extern int target_init(struct command_context_s *cmd_ctx);
-extern int target_examine();
+extern int target_examine(void);
extern int handle_target(void *priv);
extern int target_process_reset(struct command_context_s *cmd_ctx, enum target_reset_mode reset_mode);