From 0eb3a85ceb4ed9a70697a952e6f10d7b1e9d29f1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 1 Apr 2015 04:21:12 -0400 Subject: Increase consistency of names. No code changes. --- ppsthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ppsthread.h') diff --git a/ppsthread.h b/ppsthread.h index 6dc18964..81faa033 100644 --- a/ppsthread.h +++ b/ppsthread.h @@ -54,7 +54,7 @@ struct pps_thread_t { extern void pps_thread_activate(volatile struct pps_thread_t *); extern void pps_thread_deactivate(volatile struct pps_thread_t *); -extern void pps_thread_fix_in(volatile struct pps_thread_t *, +extern void pps_thread_fixin(volatile struct pps_thread_t *, volatile struct timedelta_t *); extern int pps_thread_ppsout(volatile struct pps_thread_t *, volatile struct timedelta_t *); -- cgit v1.2.1