diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_system_cpp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_system_cpp.h b/include/m_system_cpp.h index a592311f37..36b8119684 100644 --- a/include/m_system_cpp.h +++ b/include/m_system_cpp.h @@ -382,6 +382,9 @@ public: // adds a buffer to the beginning
void appendBefore(void *pBuf, size_t bufLen);
+ // replaces buffer contents
+ void assign(void *pBuf, size_t bufLen);
+
// drops a part of buffer
void remove(size_t sz);
};
|
