aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/qreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qreg.h')
-rw-r--r--src/qreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qreg.h b/src/qreg.h
index 4a7c15c..a29b6ed 100644
--- a/src/qreg.h
+++ b/src/qreg.h
@@ -112,6 +112,7 @@ struct teco_qreg_t {
};
teco_qreg_t *teco_qreg_plain_new(const gchar *name, gsize len);
+teco_qreg_t *teco_qreg_dot_new(void);
teco_qreg_t *teco_qreg_bufferinfo_new(void);
teco_qreg_t *teco_qreg_workingdir_new(void);
teco_qreg_t *teco_qreg_clipboard_new(const gchar *name);