src/{server,pld,svf,xsvf}: remove 'extern' keyword

Removes 'extern' keyword from function declarations in header filess.
This commit is contained in:
Zachary T Welch
2009-11-09 03:38:34 -08:00
parent 81fbc63718
commit 994a63c3fe
7 changed files with 26 additions and 18 deletions
+1 -1
View File
@@ -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)