forked from auracaster/openocd
src/{server,pld,svf,xsvf}: remove 'extern' keyword
Removes 'extern' keyword from function declarations in header filess.
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user