mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
b56dd13add
No more C source files, no more necessity to use C-linkage. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
8 lines
280 B
C
8 lines
280 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
#ifndef SAVE_PROFILE_DATA_H
|
|
#define SAVE_PROFILE_DATA_H
|
|
|
|
int save_profiledata(const char *filename, bool selected_only);
|
|
void save_subtitles_buffer(struct membuffer *b, struct dive *dive, int offset, int length);
|
|
|
|
#endif // SAVE_PROFILE_DATA_H
|