remove deprication warning
[project/ugps.git] / nmea.h
diff --git a/nmea.h b/nmea.h
index 641f49e..c6f1896 100644 (file)
--- a/nmea.h
+++ b/nmea.h
@@ -23,8 +23,9 @@
 
 #include <libubox/ustream.h>
 
-extern char longitude[32], latitude[32], course[16], speed[16], elivation[16];
+extern char longitude[32], latitude[32], course[16], speed[16], elevation[16];
 extern int nmea_open(char *dev, struct ustream_fd *s, speed_t speed);
 extern void gps_timestamp(void);
+extern unsigned int adjust_clock;
 
 #endif