Split file src/keybind.[ch] to lib/keybind.[ch] and src/keybind-defaults.[ch].
[midnight-commander.git] / src / clipboard.h
blob795f66f0be720374ce3aa53f200a828eaf77422d
1 /** \file clipboard.h
2 * \brief Header: Util for external clipboard
3 */
5 #ifndef MC__CLIPBOARD_H
6 #define MC__CLIPBOARD_H
8 /*** typedefs(not structures) and defined constants **********************************************/
10 /*** enums ***************************************************************************************/
12 /*** structures declarations (and typedefs of structures)*****************************************/
14 /*** global variables defined in .c file *********************************************************/
16 /*** declarations of public functions ************************************************************/
18 gboolean copy_file_to_ext_clip (void);
19 gboolean paste_to_file_from_ext_clip (void);
21 /*** inline functions ****************************************************************************/
22 #endif /* MC__CLIPBOARD_H */