--- deliantra/server/include/sproto.h 2006/12/14 02:37:37 1.25 +++ deliantra/server/include/sproto.h 2006/12/14 22:45:40 1.26 @@ -586,7 +586,7 @@ crossfire_plugin *plugins_find_plugin(const char *id); void plugins_display_list(object *op); void *cfapi_system_find_animation(int *type, ...); -void *cfapi_system_strdup_local(int *type, ...); +void *cfapi_system_strdup(int *type, ...); void *cfapi_system_register_global_event(int *type, ...); void *cfapi_system_unregister_global_event(int *type, ...); void *cfapi_system_check_path(int *type, ...);