--- a/src/gtkimhtml.h Sun May 23 18:15:15 2004 +0000 +++ b/src/gtkimhtml.h Sun May 23 18:38:07 2004 +0000 @@ -408,7 +408,7 @@ * * @param scale The GTK IM/HTML scalable. */ -void gtk_imhtml_hr_free(GtkIMHtmlScalable scale*); +void gtk_imhtml_hr_free(GtkIMHtmlScalable *scale); /** * Rescales a GTK IM/HTML scalable horizontal rule to a given size. @@ -417,7 +417,7 @@ * @param width The new width. * @param height The new height. */ -void gtk_imhtml_hr_scale(GtkIMHtmlScalable scale*, int width, int height); +void gtk_imhtml_hr_scale(GtkIMHtmlScalable *scale, int width, int height); /** * Adds a GTK IM/HTML scalable horizontal rule to a given GTK IM/HTML at @@ -427,7 +427,7 @@ * @param imhtml The GTK IM/HTML. * @param iter The GtkTextIter at which to add the scalable. */ -void gtk_imhtml_hr_add_to(GtkIMHtmlScalable scale*, GtkIMHtml *, GtkTextIter *); +void gtk_imhtml_hr_add_to(GtkIMHtmlScalable *scale, GtkIMHtml *, GtkTextIter *); /** * Finds and highlights a given string in a GTK IM/HTML.