summaryrefslogtreecommitdiff
path: root/nyqsrc/probe.h
diff options
context:
space:
mode:
Diffstat (limited to 'nyqsrc/probe.h')
-rw-r--r--nyqsrc/probe.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/nyqsrc/probe.h b/nyqsrc/probe.h
new file mode 100644
index 0000000..ca727d6
--- /dev/null
+++ b/nyqsrc/probe.h
@@ -0,0 +1,6 @@
+/* probe.h -- used to test resampling */
+
+void probe_init(int readflag);
+double probe(char *s, double x);
+double probe2(char *s, double x);
+