Split up profile frame generation into its own file.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Linus Torvalds 2011-08-31 10:20:46 -07:00
parent 3aa54e206a
commit 8e95ded57b
5 changed files with 72 additions and 43 deletions

4
dive.h
View file

@ -121,7 +121,7 @@ struct dive_table {
extern struct dive_table dive_table;
void parse_xml_init(void);
void parse_xml_file(const char *filename);
extern void parse_xml_init(void);
extern void parse_xml_file(const char *filename);
#endif /* DIVE_H */