From: robertl Date: Mon, 1 May 2006 17:43:13 +0000 (+0000) Subject: Constify route_head arg to track_recompute. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~2896 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c0370da55d9fd7e9810d94e5cbc3054154daa376;p=gpsbabel.git Constify route_head arg to track_recompute. --- diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index 268093706..170f3edf7 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -429,6 +429,7 @@ void track_backup(signed int *count, queue **head_bak); void track_restore( queue *head_bak); void track_append( queue *src ); void route_flush( queue *head ); +void track_recompute( const route_head *trk); /* * All shortname functions take a shortname handle as the first arg.