aboutsummaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-25 20:29:22 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-25 20:29:22 +0100
commit0f81a5a70be20a82ee8495f050366a28d0be21c7 (patch)
tree1d438ad2d3c9fd75ebd10f09d594a4a83fdd3fab /src/commands.h
parent4d664cefcc8c5a852629b29d47eb39e628adac57 (diff)
downloadnissy-0f81a5a70be20a82ee8495f050366a28d0be21c7.tar.gz
nissy-0f81a5a70be20a82ee8495f050366a28d0be21c7.zip
Added the invert and unniss commands
Diffstat (limited to '')
-rw-r--r--src/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h
index 938a0bd..7773827 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -4,7 +4,7 @@
4#include "solve.h" 4#include "solve.h"
5#include "steps.h" 5#include "steps.h"
6 6
7#define NCOMMANDS 10 7#define NCOMMANDS 20
8 8
9void free_args(CommandArgs *args); 9void free_args(CommandArgs *args);
10CommandArgs * new_args(); 10CommandArgs * new_args();

Generated with cgit - Back to sebastiano.tronto.net