From 99d0488dc1a2de1e1701bdae3a35b3cd5605d7fe Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sat, 18 Nov 2006 20:22:17 +0000 Subject: More CD-ROM information --- hardinfo2/hardinfo.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'hardinfo2/hardinfo.h') diff --git a/hardinfo2/hardinfo.h b/hardinfo2/hardinfo.h index d0da307b..42c65d4f 100644 --- a/hardinfo2/hardinfo.h +++ b/hardinfo2/hardinfo.h @@ -37,9 +37,10 @@ struct _ModuleEntry { }; /* String utility functions */ -inline void remove_quotes(gchar *str); -inline void strend(gchar *str, gchar chr); -inline void remove_linefeed(gchar *str); +inline void remove_quotes(gchar *str); +inline void strend(gchar *str, gchar chr); +inline void remove_linefeed(gchar *str); +gchar *strreplace(gchar *string, gchar *replace, gchar new_char); /* Widget utility functions */ void widget_set_cursor(GtkWidget *widget, GdkCursorType cursor_type); -- cgit v1.2.3