summaryrefslogtreecommitdiff
path: root/ppsthread.h
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.h
parent27421a355f42c6303cae74a861a86f5c96d29d18 (diff)
downloadgpsd-0eb3a85ceb4ed9a70697a952e6f10d7b1e9d29f1.tar.gz
Increase consistency of names. No code changes.
Diffstat (limited to 'ppsthread.h')
-rw-r--r--ppsthread.h2
1 files changed, 1 insertions, 1 deletions
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 *);