update module

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1097 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
qiuyiuestc
2010-11-23 01:20:20 +00:00
parent c5c956a818
commit 5a8d5a56cb
3 changed files with 24 additions and 20 deletions

View File

@@ -316,7 +316,7 @@ void *rt_module_realloc(void *ptr, rt_size_t size);
void rt_module_free(rt_module_t module, void *addr);
rt_module_t rt_module_self (void);
rt_err_t rt_module_set (rt_module_t module);
rt_module_t rt_module_find(char* name);
rt_module_t rt_module_find(const char* name);
#endif
/*