From: Luca Padovani Date: Tue, 9 Sep 2003 20:18:39 +0000 (+0000) Subject: * prototypes for auxiliary C++ functions X-Git-Tag: v0_0_1~7 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;ds=sidebyside;h=bde6167e3e110bd77cfe3b421b494e4e6a2ece96;p=helm.git * prototypes for auxiliary C++ functions --- 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__ +