]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/forms_gettext.h
6f1f9870bf47f1156cbf17ad657ce94d4023386a
[lyx.git] / src / frontends / xforms / forms_gettext.h
1 // -*- C++ -*-
2 /**
3  * \file forms_gettext.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Angus Leeming
8  *
9  * Full author contact details are available in file CREDITS
10  */
11
12 #ifndef FORMS_GETTEXT_H
13 #define FORMS_GETTEXT_H
14
15 #ifdef __GNUG__
16 #pragma interface
17 #endif
18
19 /// Extract shortcut from "<ident>|<shortcut>" string
20 char const * scex(char const *);
21
22 /// Extract ident from "<ident>|<shortcut>" string
23 char const * idex(char const *);
24
25 #endif // FORMS_GETTEXT_H