提交 da55b185 编写于 作者: M mbbill@gmail.com

add static to function declaration

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1677 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 2f0f2068
...@@ -35,8 +35,8 @@ struct ftp_session ...@@ -35,8 +35,8 @@ struct ftp_session
}; };
static struct ftp_session* session_list = NULL; static struct ftp_session* session_list = NULL;
int ftp_process_request(struct ftp_session* session, char * buf); static int ftp_process_request(struct ftp_session* session, char * buf);
int ftp_get_filesize(char *filename); static int ftp_get_filesize(char *filename);
static struct ftp_session* ftp_new_session() static struct ftp_session* ftp_new_session()
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册