fix compiling warning

This commit is contained in:
Bernard Xiong
2013-06-23 07:57:22 +08:00
parent 88c9bc2d64
commit 9acd018cbb
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ extern "C" {
#endif
/* Initialization of dfs */
void dfs_init(void);
int dfs_init(void);
#ifdef __cplusplus
}