From bde6167e3e110bd77cfe3b421b494e4e6a2ece96 Mon Sep 17 00:00:00 2001 From: Luca Padovani Date: Tue, 9 Sep 2003 20:18:39 +0000 Subject: [PATCH] * prototypes for auxiliary C++ functions --- helm/gtkmathview-bonobo/src/aux.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 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 index 000000000..a91bf587a --- /dev/null +++ b/helm/gtkmathview-bonobo/src/aux.h @@ -0,0 +1,21 @@ + +#ifndef __aux_h__ +#define __aux_h__ + +#include + +#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__ + -- 2.39.2