2 * \brief Header: Util for external clipboard
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 */