From 068a90a92337d8476a69ed0048723e7587f6209f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 27 Aug 2014 20:26:01 -0400 Subject: Now that the transition is done we can restore the gpsd_report name. All regression tests pass. --- gpspacket.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gpspacket.c') diff --git a/gpspacket.c b/gpspacket.c index 4410e4fa..7e8aa271 100644 --- a/gpspacket.c +++ b/gpspacket.c @@ -19,13 +19,13 @@ static void basic_report(const char *buf) (void)fputs(buf, stderr); } -void errout_reset(struct errout_t *errout) +void errout_reset(struct gpsd_errout_t *errout) { errout->debug = 0; errout->report = basic_report; } -void gpsd_notify(const struct errout_t *errout UNUSED, +void gpsd_report(const struct gpsd_errout_t *errout UNUSED, int errlevel, const char *fmt, ... ) { char buf[BUFSIZ]; -- cgit v1.2.1