]> git.lyx.org Git - lyx.git/blob - src/support/linkback/LinkBackProxy.h
* layouttranslations.review - remove dupes
[lyx.git] / src / support / linkback / LinkBackProxy.h
1 // -*- C++ -*-
2 /**
3  * \file LinkBackProxy.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Stefan Schimanski
8  *
9  * Full author contact details are available in file CREDITS.
10  */
11
12 #ifndef LINKBACKPROXY_H
13 #define LINKBACKPROXY_H
14
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18
19 ///
20 int isLinkBackDataInPasteboard();
21 ///
22 int editLinkBackFile(char const * filename);
23 ///
24 void getLinkBackData(void const ** buf, unsigned * len);
25 ///
26 void closeAllLinkBackLinks();
27
28 #ifdef __cplusplus
29 } // extern "C"
30 #endif
31
32 #endif // LINKBACKPROXY_H