summaryrefslogtreecommitdiff
path: root/ppsthread.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-04-01 04:21:12 -0400
committerEric S. Raymond <esr@thyrsus.com>2015-04-01 04:21:12 -0400
commit0eb3a85ceb4ed9a70697a952e6f10d7b1e9d29f1 (patch)
tree49a51b74924ffa9084477ce036ce489709d03a64 /ppsthread.c
parent27421a355f42c6303cae74a861a86f5c96d29d18 (diff)
downloadgpsd-0eb3a85ceb4ed9a70697a952e6f10d7b1e9d29f1.tar.gz
Increase consistency of names. No code changes.
Diffstat (limited to 'ppsthread.c')
-rw-r--r--ppsthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppsthread.c b/ppsthread.c
index df46c64f..2705779e 100644
--- a/ppsthread.c
+++ b/ppsthread.c
@@ -1230,7 +1230,7 @@ void pps_thread_deactivate(volatile struct pps_thread_t *pps_thread)
pps_thread->report_hook = NULL;
}
-void pps_thread_fix_in(volatile struct pps_thread_t *pps_thread,
+void pps_thread_fixin(volatile struct pps_thread_t *pps_thread,
volatile struct timedelta_t *fix_in)
/* thread-safe update of last fix time - only way we pass data in */
{