added missing extern to jtag_command_queue definition.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2028 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
oharboe 2009-06-03 06:27:57 +00:00
parent 4bc3af0374
commit 4a6adee17e
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ typedef struct jtag_command_s
} jtag_command_t;
/// The current queue of jtag_command_s structures.
jtag_command_t* jtag_command_queue;
extern jtag_command_t* jtag_command_queue;
void* cmd_queue_alloc(size_t size);
void cmd_queue_free(void);