diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-11-09 03:38:34 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-11-09 09:44:33 -0800 |
commit | 994a63c3fee11b8c65891ead6b03b2b716044541 (patch) | |
tree | 1dcc5f75b3ac8d8886574ea8dd03382f110d4785 /src/xsvf | |
parent | 81fbc637185fb0007dbe84c866794800851295b5 (diff) | |
download | openocd_libswd-994a63c3fee11b8c65891ead6b03b2b716044541.tar.gz openocd_libswd-994a63c3fee11b8c65891ead6b03b2b716044541.tar.bz2 openocd_libswd-994a63c3fee11b8c65891ead6b03b2b716044541.tar.xz openocd_libswd-994a63c3fee11b8c65891ead6b03b2b716044541.zip |
src/{server,pld,svf,xsvf}: remove 'extern' keyword
Removes 'extern' keyword from function declarations in header filess.
Diffstat (limited to 'src/xsvf')
-rw-r--r-- | src/xsvf/xsvf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xsvf/xsvf.h b/src/xsvf/xsvf.h index 017af882..93cccf0a 100644 --- a/src/xsvf/xsvf.h +++ b/src/xsvf/xsvf.h @@ -22,7 +22,7 @@ #include "command.h" -extern int xsvf_register_commands(struct command_context_s *cmd_ctx); +int xsvf_register_commands(struct command_context_s *cmd_ctx); #define ERROR_XSVF_EOF (-200) #define ERROR_XSVF_FAILED (-201) |