aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ring.h')
-rw-r--r--src/ring.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ring.h b/src/ring.h
index b9e9ced..5dc3a37 100644
--- a/src/ring.h
+++ b/src/ring.h
@@ -186,6 +186,8 @@ public:
return TAILQ_LAST(&head, Head);
}
+ tecoInt get_id(Buffer *buffer);
+
Buffer *find(const gchar *filename);
Buffer *find(tecoInt id);