summaryrefslogtreecommitdiff
path: root/framebuffer/clipboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/clipboard.h')
-rw-r--r--framebuffer/clipboard.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/framebuffer/clipboard.h b/framebuffer/clipboard.h
index bc71a5565..b5f7b0f29 100644
--- a/framebuffer/clipboard.h
+++ b/framebuffer/clipboard.h
@@ -19,8 +19,6 @@
#ifndef NETSURF_FB_CLIPBOARD_H
#define NETSURF_FB_CLIPBOARD_H
-void gui_get_clipboard(char **buffer, size_t *length);
-void gui_set_clipboard(const char *buffer, size_t length,
- nsclipboard_styles styles[], int n_styles);
+extern struct gui_clipboard_table *framebuffer_clipboard_table;
#endif