aboutsummaryrefslogtreecommitdiff
path: root/src/sno_charge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sno_charge.h')
-rw-r--r--src/sno_charge.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sno_charge.h b/src/sno_charge.h
index 50b018e..6f513f9 100644
--- a/src/sno_charge.h
+++ b/src/sno_charge.h
@@ -2,10 +2,9 @@
#define SNO_CHARGE_H
void init_charge(void);
-double log_pq(double q, int n);
-double pq(double q, int n);
+double get_log_pq(double q, int n);
+double get_pq(double q, int n);
double get_log_pmiss(int n);
double spe_pol2exp(double q);
-void free_charge(void);
#endif