diff options
Diffstat (limited to 'command/marks.h')
-rw-r--r-- | command/marks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/command/marks.h b/command/marks.h index 6ffedad..80ba01f 100644 --- a/command/marks.h +++ b/command/marks.h @@ -112,6 +112,7 @@ public: void WriteIndex(const char *Directory, bool isTS, uint64_t Offset, int FrameType, int Number); void CloseIndex(const char *Directory, bool isTS); + void RemoveGeneratedIndex(const char *Directory,bool isTS); }; #endif |