mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Split up profile frame generation into its own file.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
3aa54e206a
commit
8e95ded57b
5 changed files with 72 additions and 43 deletions
4
dive.h
4
dive.h
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue