aboutsummaryrefslogtreecommitdiff
path: root/src/math/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/types.c')
-rw-r--r--src/math/types.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/math/types.c b/src/math/types.c
index 49d8620..afd6542 100644
--- a/src/math/types.c
+++ b/src/math/types.c
@@ -5,3 +5,7 @@
#include "types.h"
int gen_skip(curve_t *curve, const config_t *cfg, arg_t *args) { return 1; }
+
+int unroll_skip(curve_t *curve, const config_t *cfg, pari_sp from, pari_sp to) {
+ return -1;
+}