Entirely forgot what I did

This commit is contained in:
Sasha Koshka
2023-11-07 17:33:53 -05:00
parent e57e93c8b6
commit 1a5c23fd35
2 changed files with 8 additions and 3 deletions

View File

@@ -31,6 +31,9 @@ void XmdBufferPeek (XmdBuffer *buffer, Cardinal index, void *element);
returned and must be freed manually using XtFree() at some point. */
void *XmdBufferBreak (XmdBuffer *buffer);
/* XmdBufferLength returns the amount of elements stored in a buffer. */
Cardinal XmdBufferLength (XmdBuffer *buffer);
/* XmdBufferFree frees the buffer and any data associated with it. */
void XmdBufferFree (XmdBuffer *buffer);