summaryrefslogtreecommitdiff
path: root/command/marks.h
diff options
context:
space:
mode:
Diffstat (limited to 'command/marks.h')
-rw-r--r--command/marks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/command/marks.h b/command/marks.h
index 76c137d..a65df34 100644
--- a/command/marks.h
+++ b/command/marks.h
@@ -98,7 +98,8 @@ public:
}
}
clMark *Add(int Type, int Position, const char *Comment = NULL);
- void Clear(int Before=0x7FFFFFFF);
+ void DelTill(int Position,bool FromStart=true);
+ void DelAll();
void Del(clMark *Mark);
void Del(int Type);
clMark *Get(int Position);