diff options
| author | Simon <simon@hardwired.org.uk> | 2011-03-25 11:10:01 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2011-03-25 11:10:01 (GMT) |
| commit | 66edafa4fac3ac5038f347102fc620a160cee622 (patch) | |
| tree | cecce7a8296889dfca5d05591ee829b27e5b89a4 /includes | |
| parent | bc58ff1479d1de476aa2581fcbbb3edae0af9171 (diff) | |
| download | powder-66edafa4fac3ac5038f347102fc620a160cee622.zip powder-66edafa4fac3ac5038f347102fc620a160cee622.tar.gz | |
Added some file association for Windows, NOT TESTED YET
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/misc.h | 6 |
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 |
