summaryrefslogtreecommitdiff
path: root/ppsthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppsthread.h')
-rw-r--r--ppsthread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ppsthread.h b/ppsthread.h
index b37e739c..3d5f696e 100644
--- a/ppsthread.h
+++ b/ppsthread.h
@@ -53,5 +53,7 @@ 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 *);
+int pps_check_fake(const char *);
+char *pps_get_first(void);
#endif /* PPSTHREAD_H */