summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2010-01-17 09:59:22 +0800
committerChia-I Wu <olvaffe@gmail.com>2010-01-17 09:59:38 +0800
commit3397f1f97fa7a1c8f85eb0eaf3951b34fec74a6f (patch)
treec10d7ffb6767a0a7cf8259642c37785e8bc82d1f
parenta7551bc68d4dbd406e8402b6485e589cca4cc859 (diff)
There is no sm_api.
Rename the last sm_api to st_manager_api.
-rw-r--r--st_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/st_api.h b/st_api.h
index 1e53920..f09c716 100644
--- a/st_api.h
+++ b/st_api.h
@@ -325,7 +325,7 @@ struct st_api
*/
struct st_module
{
- struct st_api *(*create_api)(const struct sm_api *smapi);
+ struct st_api *(*create_api)(const struct st_manager_api *smapi);
};
/* these symbols should be dynamically looked up */