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.72 by elmex, Mon Jul 16 14:49:00 2007 UTC vs.
Revision 1.73 by root, Thu Jul 26 00:27:08 2007 UTC

361/* main.c */ 361/* main.c */
362void server_tick (); 362void server_tick ();
363void version (object *op); 363void version (object *op);
364void info_keys (object *op); 364void info_keys (object *op);
365char *crypt_string (char *str, char *salt); 365char *crypt_string (char *str, char *salt);
366int check_password (char *typed, char *crypted);
367void enter_player_savebed (object *op); 366void enter_player_savebed (object *op);
368void leave_map (object *op); 367void leave_map (object *op);
369void set_map_timeout (maptile *oldmap); 368void set_map_timeout (maptile *oldmap);
370char *clean_path (const char *file); 369char *clean_path (const char *file);
371char *unclean_path (const char *src); 370char *unclean_path (const char *src);
510void plugins_display_list (object *op); 509void plugins_display_list (object *op);
511void *cfapi_system_find_animation (int *type, ...); 510void *cfapi_system_find_animation (int *type, ...);
512void *cfapi_system_strdup (int *type, ...); 511void *cfapi_system_strdup (int *type, ...);
513void *cfapi_system_register_global_event (int *type, ...); 512void *cfapi_system_register_global_event (int *type, ...);
514void *cfapi_system_unregister_global_event (int *type, ...); 513void *cfapi_system_unregister_global_event (int *type, ...);
515void *cfapi_system_check_path (int *type, ...);
516void *cfapi_system_re_cmp (int *type, ...); 514void *cfapi_system_re_cmp (int *type, ...);
517void *cfapi_system_directory (int *type, ...); 515void *cfapi_system_directory (int *type, ...);
518void *cfapi_map_get_map (int *type, ...); 516void *cfapi_map_get_map (int *type, ...);
519void *cfapi_map_has_been_loaded (int *type, ...); 517void *cfapi_map_has_been_loaded (int *type, ...);
520void *cfapi_map_create_path (int *type, ...); 518void *cfapi_map_create_path (int *type, ...);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines