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.8 by root, Mon Jul 3 12:31:23 2006 UTC vs.
Revision 1.11 by elmex, Mon Aug 14 21:45:06 2006 UTC

1/* alchemy.c */ 1/* alchemy.c */
2int apply_shop_mat (object *shop_mat, object *op);
3const char *cost_string_from_value(uint64 cost, int approx);
4void pay_player (object *pl, uint64 amount);
5uint64 pay_player_arch (object *pl, const char *arch, uint64 amount);
2void attempt_do_alchemy(object *caster, object *cauldron); 6void attempt_do_alchemy(object *caster, object *cauldron);
3int content_recipe_value(object *op); 7int content_recipe_value(object *op);
4int numb_ob_inside(object *op); 8int numb_ob_inside(object *op);
5object *attempt_recipe(object *caster, object *cauldron, int ability, recipe *rp, int nbatches); 9object *attempt_recipe(object *caster, object *cauldron, int ability, recipe *rp, int nbatches);
6void adjust_product(object *item, int lvl, int yield); 10void adjust_product(object *item, int lvl, int yield);
330/* commands.c */ 334/* commands.c */
331void init_commands(void); 335void init_commands(void);
332CommFunc find_oldsocket_command(char *cmd); 336CommFunc find_oldsocket_command(char *cmd);
333CommFunc find_oldsocket_command2(char *cmd); 337CommFunc find_oldsocket_command2(char *cmd);
334/* daemon.c */ 338/* daemon.c */
335FILE *BecomeDaemon(char *filename); 339FILE *BecomeDaemon(const char *filename);
336/* disease.c */ 340/* disease.c */
337int move_disease(object *disease); 341int move_disease(object *disease);
338int remove_symptoms(object *disease); 342int remove_symptoms(object *disease);
339object *find_symptom(object *disease); 343object *find_symptom(object *disease);
340int check_infection(object *disease); 344int check_infection(object *disease);
420void add_to_racelist(const char *race_name, object *op); 424void add_to_racelist(const char *race_name, object *op);
421racelink *get_racelist(void); 425racelink *get_racelist(void);
422racelink *find_racelink(const char *name); 426racelink *find_racelink(const char *name);
423/* login.c */ 427/* login.c */
424void emergency_save(int flag); 428void emergency_save(int flag);
425void delete_character(const char *name, int new); 429void delete_character(const char *name, int);
426int verify_player(const char *name, char *password); 430int verify_player(const char *name, char *password);
427int check_name(player *me, const char *name); 431int check_name(player *me, const char *name);
428int create_savedir_if_needed(char *savedir); 432int create_savedir_if_needed(char *savedir);
429void destroy_object(object *op); 433void destroy_object(object *op);
430int save_player(object *op, int flag); 434int save_player(object *op, int flag);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines