Changeset 5f70118 in mainline for uspace/lib/libc/include/clipboard.h
- Timestamp:
- 2010-01-10T12:16:59Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c77a64f
- Parents:
- 309ede1 (diff), 1ac3a52 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/clipboard.h
r309ede1 r5f70118 1 1 /* 2 * Copyright (c) 200 5 Ondrej Palkovsky2 * Copyright (c) 2009 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup amd6429 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef KERN_amd64_ARG_H_36 #define KERN_amd64_ARG_H_35 #ifndef LIBC_CLIPBOARD_H_ 36 #define LIBC_CLIPBOARD_H_ 37 37 38 #include <stdarg.h> 38 extern int clipboard_put_str(const char *); 39 extern int clipboard_get_str(char **); 39 40 40 41 #endif … … 42 43 /** @} 43 44 */ 44
Note:
See TracChangeset
for help on using the changeset viewer.