]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gtkmathview-bonobo/src/aux.h
* prototypes for auxiliary C++ functions
[helm.git] / helm / gtkmathview-bonobo / src / aux.h
diff --git a/helm/gtkmathview-bonobo/src/aux.h b/helm/gtkmathview-bonobo/src/aux.h
new file mode 100644 (file)
index 0000000..a91bf58
--- /dev/null
@@ -0,0 +1,21 @@
+
+#ifndef __aux_h__
+#define __aux_h__
+
+#include <gdome.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+  GdomeElement* find_xref_element(GdomeElement*);
+  GdomeDOMString* find_hyperlink(GdomeElement*);
+  GdomeElement* find_element_by_id(GdomeElement*, GdomeDOMString*, GdomeDOMString*,
+                                  const char*);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif // __aux_h__
+