Merge dodistribute() parameters dist_i_cost, dist_e_cost

Only one of them is used, depending on argument imex.  Replace them by
a single parameter path_cost.
This commit is contained in:
Markus Armbruster 2011-02-18 19:07:31 +01:00
parent d1bdeb4353
commit 791ba26c5e
3 changed files with 8 additions and 9 deletions

View file

@ -694,7 +694,7 @@ extern void delete_old_announcements(void);
/* deliver.c */
extern void dodeliver(struct sctstr *);
/* distribute.c */
extern int dodistribute(struct sctstr *, int, double, double);
extern int dodistribute(struct sctstr *, int, double);
/* finish.c */
extern void finish_sects(int);
/* human.c */