]> matita.cs.unibo.it Git - helm.git/blob - helm/gtkmathview-bonobo/src/aux.h
* prototypes for auxiliary C++ functions
[helm.git] / helm / gtkmathview-bonobo / src / aux.h
1
2 #ifndef __aux_h__
3 #define __aux_h__
4
5 #include <gdome.h>
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10
11   GdomeElement* find_xref_element(GdomeElement*);
12   GdomeDOMString* find_hyperlink(GdomeElement*);
13   GdomeElement* find_element_by_id(GdomeElement*, GdomeDOMString*, GdomeDOMString*,
14                                    const char*);
15
16 #ifdef __cplusplus
17 }
18 #endif
19
20 #endif // __aux_h__
21