Mercurial > MadButterfly
comparison src/mbaf/mbapp.c @ 456:26c302b47de1
Change name of header files.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 06 Aug 2009 15:38:04 +0800 |
parents | 9b8dda201ccb |
children | af4b506ad56f |
comparison
equal
deleted
inserted
replaced
455:58b6337fb3b2 | 456:26c302b47de1 |
---|---|
1 #include <mb.h> | 1 #include <mb.h> |
2 #include <mbapp.h> | 2 #include <mb_af.h> |
3 | 3 |
4 mbaf_t *mbaf_init(const char *module, const char *module_dir) | 4 mbaf_t *mbaf_init(const char *module, const char *module_dir) |
5 { | 5 { |
6 mbaf_t *app = (mbaf_t *) malloc(sizeof(mbaf_t)); | 6 mbaf_t *app = (mbaf_t *) malloc(sizeof(mbaf_t)); |
7 X_MB_runtime_t *rt; | 7 X_MB_runtime_t *rt; |