summaryrefslogtreecommitdiffstats
path: root/planner.c
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2013-12-07 23:54:17 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-08 09:41:54 +0100
commiteae1624f2472abc3700dfdb9835da4e59dbff517 (patch)
tree850cb1bbae26b495114f789cd65e4574db9fa6d0 /planner.c
parentcaf4d85d0a7581dfbfc456ff7c2544466dd44b8a (diff)
downloadsubsurface-eae1624f2472abc3700dfdb9835da4e59dbff517.tar.gz
Make local helpers static
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'planner.c')
-rw-r--r--planner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/planner.c b/planner.c
index 21878b6c5..3bec66fe5 100644
--- a/planner.c
+++ b/planner.c
@@ -197,7 +197,7 @@ void fill_default_cylinder(cylinder_t *cyl)
}
}
-int add_gas(struct dive *dive, int o2, int he)
+static int add_gas(struct dive *dive, int o2, int he)
{
int i;
struct gasmix *mix;