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.11 by elmex, Mon Aug 14 21:45:06 2006 UTC vs.
Revision 1.13 by root, Thu Aug 24 13:13:49 2006 UTC

1/* alchemy.c */ 1/* alchemy.c */
2int need_identify (const object *obj);
2int apply_shop_mat (object *shop_mat, object *op); 3int apply_shop_mat (object *shop_mat, object *op);
3const char *cost_string_from_value(uint64 cost, int approx); 4const char *cost_string_from_value(uint64 cost, int approx);
4void pay_player (object *pl, uint64 amount); 5void pay_player (object *pl, uint64 amount);
5uint64 pay_player_arch (object *pl, const char *arch, uint64 amount); 6uint64 pay_player_arch (object *pl, const char *arch, uint64 amount);
6void attempt_do_alchemy(object *caster, object *cauldron); 7void attempt_do_alchemy(object *caster, object *cauldron);
433void destroy_object(object *op); 434void destroy_object(object *op);
434int save_player(object *op, int flag); 435int save_player(object *op, int flag);
435void copy_file(const char *filename, FILE *fpout); 436void copy_file(const char *filename, FILE *fpout);
436void check_login(object *op); 437void check_login(object *op);
437/* main.c */ 438/* main.c */
439void server_tick ();
438void version(object *op); 440void version(object *op);
439void info_keys(object *op); 441void info_keys(object *op);
440void start_info(object *op); 442void start_info(object *op);
441char *crypt_string(char *str, char *salt); 443char *crypt_string(char *str, char *salt);
442int check_password(char *typed, char *crypted); 444int check_password(char *typed, char *crypted);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines