diff options
Diffstat (limited to 'src/xsvf/xsvf.h')
-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) |