summaryrefslogtreecommitdiff
path: root/solver.h
diff options
context:
space:
mode:
Diffstat (limited to 'solver.h')
-rw-r--r--solver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/solver.h b/solver.h
index 357cd91..7fe71b2 100644
--- a/solver.h
+++ b/solver.h
@@ -6,6 +6,6 @@ typedef struct {
unsigned len;
} vect_t;
-void solve(vect_t *vect, int result);
+void solve(const vect_t *vect, int result);
#endif /* SOLVER_H */