diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-09-21 22:36:36 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-09-21 22:36:36 +0200 |
| commit | db4d88428a1bf20652f11d4cf9b31b7114fdacfb (patch) | |
| tree | d4594c18e5427033ec44a01dad35252987a06566 /src/cubetypes.h | |
| parent | 9c78331ef2ebe2f1dcef886b0043431469bc1a29 (diff) | |
| download | nissy-classic-db4d88428a1bf20652f11d4cf9b31b7114fdacfb.tar.gz nissy-classic-db4d88428a1bf20652f11d4cf9b31b7114fdacfb.zip | |
Added ptable command
Diffstat (limited to '')
| -rw-r--r-- | src/cubetypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h index ad9c627..66839ca 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h | |||
| @@ -162,6 +162,7 @@ commandargs | |||
| 162 | char scrtype[20]; | 162 | char scrtype[20]; |
| 163 | bool scrstdin; | 163 | bool scrstdin; |
| 164 | bool header; | 164 | bool header; |
| 165 | PruneData * pd; | ||
| 165 | }; | 166 | }; |
| 166 | 167 | ||
| 167 | struct | 168 | struct |
