diff options
| author | Alan Mackenzie | 2022-01-22 11:02:50 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2022-01-22 11:02:50 +0000 |
| commit | 14d64a8adcc866deecd758b898e8ef2d836b354a (patch) | |
| tree | 83cff9669e266f8e283ccb8cd7518e909240f1e1 /src/haikuselect.h | |
| parent | bdd9b5b8a0d37dd09ee530c1dab3a44bee09e0f8 (diff) | |
| parent | ebe334cdc234de2897263aed4c05ac7088c11857 (diff) | |
| download | emacs-scratch/correct-warning-pos.tar.gz emacs-scratch/correct-warning-pos.zip | |
Merge branch 'master' into scratch/correct-warning-posscratch/correct-warning-pos
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 |