aboutsummaryrefslogtreecommitdiff
path: root/src/proton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proton.h')
-rw-r--r--src/proton.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/proton.h b/src/proton.h
new file mode 100644
index 0000000..8e19e9c
--- /dev/null
+++ b/src/proton.h
@@ -0,0 +1,9 @@
+#ifndef PROTON_H
+#define PROTON_H
+
+#include <stddef.h> /* for size_t */
+
+double proton_get_range(double T, double rho);
+double proton_get_dEdx(double T, double rho);
+
+#endif