diff options
Diffstat (limited to 'src/ring.h')
-rw-r--r-- | src/ring.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -186,6 +186,8 @@ public: return TAILQ_LAST(&head, Head); } + tecoInt get_id(Buffer *buffer); + Buffer *find(const gchar *filename); Buffer *find(tecoInt id); |