summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/misc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/misc.h b/includes/misc.h
index a929f8c..a372648 100644
--- a/includes/misc.h
+++ b/includes/misc.h
@@ -69,6 +69,12 @@ void strappend(char *dst, char *src);
void *file_load(char *fn, int *size);
+void clipboard_push_text(char * text);
+
+char * clipboard_pull_text();
+
+int register_extension();
+
int cpu_check(void);
// a b