From 1ae23627240b664df9caaf1e4652de3cf7632875 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 16 Feb 2011 12:25:34 -0500 Subject: More layer separation. All regression tests pass. --- gpsd.h-tail | 1 + 1 file changed, 1 insertion(+) (limited to 'gpsd.h-tail') diff --git a/gpsd.h-tail b/gpsd.h-tail index b870977d..ef9286cf 100644 --- a/gpsd.h-tail +++ b/gpsd.h-tail @@ -642,6 +642,7 @@ extern int srec_fin(unsigned int, unsigned char *); extern unsigned char hc(unsigned char); /* application interface */ +extern void gps_context_init(struct gps_context_t *context); extern void gpsd_init(struct gps_device_t *, struct gps_context_t *, /*@null@*/char *); -- cgit v1.2.1