// SPDX-License-Identifier: GPL-2.0 #ifndef GASPRESSURES_H #define GASPRESSURES_H void populate_pressure_information(const struct dive *, const struct divecomputer *, struct plot_info &, int); #endif // GASPRESSURES_H