diff options
Diffstat (limited to 'include/zix/strindex.h')
-rw-r--r-- | include/zix/strindex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zix/strindex.h b/include/zix/strindex.h index beb4646..c63e601 100644 --- a/include/zix/strindex.h +++ b/include/zix/strindex.h @@ -26,7 +26,7 @@ @{ */ -typedef struct _ZixStrindex ZixStrindex; +typedef struct ZixStrindexImpl ZixStrindex; /** Construct a new strindex that contains all suffixes of the string `s`. |