summaryrefslogtreecommitdiffstats
path: root/core/gaspressures.h
blob: 6444ec93b0568c7be96c60bd9bfc2581f5ee0106 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: GPL-2.0
#ifndef GASPRESSURES_H
#define GASPRESSURES_H

#ifdef __cplusplus
extern "C" {
#endif

void populate_pressure_information(struct dive *, struct divecomputer *, struct plot_info *, int);

#ifdef __cplusplus
}
#endif
#endif // GASPRESSURES_H