summaryrefslogtreecommitdiff
path: root/command/marks.h
diff options
context:
space:
mode:
Diffstat (limited to 'command/marks.h')
-rw-r--r--command/marks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/command/marks.h b/command/marks.h
index 7c31ba9..8c4a890 100644
--- a/command/marks.h
+++ b/command/marks.h
@@ -100,6 +100,7 @@ public:
void Del(unsigned char Type);
void Del(int Position);
clMark *Get(int Position);
+ clMark *GetAround(int Position, int Type=0xFF, int Mask=0xFF);
clMark *GetPrev(int Position,int Type=0xFF, int Mask=0xFF);
clMark *GetNext(int Position,int Type=0xFF, int Mask=0xFF);
clMark *GetFirst()