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