Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 707770
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/src/mon-blows.h
0
++ b/src/mon-blows.h
Lines 41-47 struct blow_method { Link Here
41
	struct blow_method *next;
41
	struct blow_method *next;
42
};
42
};
43
43
44
struct blow_method *blow_methods;
44
extern struct blow_method *blow_methods;
45
45
46
/**
46
/**
47
 * Storage for context information for effect handlers called in
47
 * Storage for context information for effect handlers called in
Lines 83-89 struct blow_effect { Link Here
83
	struct blow_effect *next;
83
	struct blow_effect *next;
84
};
84
};
85
85
86
struct blow_effect *blow_effects;
86
extern struct blow_effect *blow_effects;
87
87
88
/* Functions */
88
/* Functions */
89
int blow_index(const char *name);
89
int blow_index(const char *name);

Return to bug 707770