refclock_nmea.c (ntp-4.2.8p14) | : | refclock_nmea.c (ntp-4.2.8p15) | ||
---|---|---|---|---|
skipping to change at line 291 | skipping to change at line 291 | |||
int cidx; /* current field index */ | int cidx; /* current field index */ | |||
} nmea_data; | } nmea_data; | |||
/* | /* | |||
* Function prototypes | * Function prototypes | |||
*/ | */ | |||
static int nmea_start (int, struct peer *); | static int nmea_start (int, struct peer *); | |||
static void nmea_shutdown (int, struct peer *); | static void nmea_shutdown (int, struct peer *); | |||
static void nmea_receive (struct recvbuf *); | static void nmea_receive (struct recvbuf *); | |||
static void nmea_poll (int, struct peer *); | static void nmea_poll (int, struct peer *); | |||
static void nmea_procrec (struct peer *, l_fp); | static void nmea_procrec (struct peer * const, l_fp); | |||
#ifdef HAVE_PPSAPI | #ifdef HAVE_PPSAPI | |||
static double tabsdiffd (l_fp, l_fp); | static double tabsdiffd (l_fp, l_fp); | |||
static void nmea_control (int, const struct refclockstat *, | static void nmea_control (int, const struct refclockstat *, | |||
struct refclockstat *, struct peer *); | struct refclockstat *, struct peer *); | |||
#define NMEA_CONTROL nmea_control | #define NMEA_CONTROL nmea_control | |||
#else | #else | |||
#define NMEA_CONTROL noentry | #define NMEA_CONTROL noentry | |||
#endif /* HAVE_PPSAPI */ | #endif /* HAVE_PPSAPI */ | |||
static void nmea_timer (int, struct peer *); | static void nmea_timer (int, struct peer *); | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |