Fixed searching the start of word
[midnight-commander.git] / src / clipboard.h
blobbd2df5381950a6617baa30d2fb0a4ca0c3f339d5
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 extern char *clipboard_store_path;
17 extern char *clipboard_paste_path;
19 /*** declarations of public functions ************************************************************/
21 gboolean copy_file_to_ext_clip (void);
22 gboolean paste_to_file_from_ext_clip (void);
24 /*** inline functions ****************************************************************************/
26 #endif /* MC__CLIPBOARD_H */