diff options
Diffstat (limited to 'src/haikuselect.h')
| -rw-r--r-- | src/haikuselect.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/haikuselect.h b/src/haikuselect.h index 80f33c6ed25..566aae596f6 100644 --- a/src/haikuselect.h +++ b/src/haikuselect.h | |||
| @@ -66,6 +66,15 @@ extern "C" | |||
| 66 | extern void | 66 | extern void |
| 67 | BClipboard_secondary_targets (char **buf, int len); | 67 | BClipboard_secondary_targets (char **buf, int len); |
| 68 | 68 | ||
| 69 | extern bool | ||
| 70 | BClipboard_owns_clipboard (void); | ||
| 71 | |||
| 72 | extern bool | ||
| 73 | BClipboard_owns_primary (void); | ||
| 74 | |||
| 75 | extern bool | ||
| 76 | BClipboard_owns_secondary (void); | ||
| 77 | |||
| 69 | /* Free the returned data. */ | 78 | /* Free the returned data. */ |
| 70 | extern void BClipboard_free_data (void *ptr); | 79 | extern void BClipboard_free_data (void *ptr); |
| 71 | #ifdef __cplusplus | 80 | #ifdef __cplusplus |