]> matita.cs.unibo.it Git - helm.git/commitdiff
* prototypes for auxiliary C++ functions
authorLuca Padovani <luca.padovani@unito.it>
Tue, 9 Sep 2003 20:18:39 +0000 (20:18 +0000)
committerLuca Padovani <luca.padovani@unito.it>
Tue, 9 Sep 2003 20:18:39 +0000 (20:18 +0000)
helm/gtkmathview-bonobo/src/aux.h [new file with mode: 0644]

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__
+