ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/sproto.h
(Generate patch)

Comparing deliantra/server/include/sproto.h (file contents):
Revision 1.16 by elmex, Thu Aug 31 10:15:15 2006 UTC vs.
Revision 1.17 by root, Sun Sep 3 00:18:41 2006 UTC

593void plugins_display_list(object *op); 593void plugins_display_list(object *op);
594void *cfapi_system_find_animation(int *type, ...); 594void *cfapi_system_find_animation(int *type, ...);
595void *cfapi_system_strdup_local(int *type, ...); 595void *cfapi_system_strdup_local(int *type, ...);
596void *cfapi_system_register_global_event(int *type, ...); 596void *cfapi_system_register_global_event(int *type, ...);
597void *cfapi_system_unregister_global_event(int *type, ...); 597void *cfapi_system_unregister_global_event(int *type, ...);
598void *cfapi_system_add_string(int *type, ...);
599void *cfapi_system_remove_string(int *type, ...);
600void *cfapi_system_check_path(int *type, ...); 598void *cfapi_system_check_path(int *type, ...);
601void *cfapi_system_re_cmp(int *type, ...); 599void *cfapi_system_re_cmp(int *type, ...);
602void *cfapi_system_directory(int *type, ...); 600void *cfapi_system_directory(int *type, ...);
603void *cfapi_map_get_map(int *type, ...); 601void *cfapi_map_get_map(int *type, ...);
604void *cfapi_map_has_been_loaded(int *type, ...); 602void *cfapi_map_has_been_loaded(int *type, ...);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines