summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */