aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/hardinfo.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2006-11-18 20:22:17 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2006-11-18 20:22:17 +0000
commit99d0488dc1a2de1e1701bdae3a35b3cd5605d7fe (patch)
tree60e301af19fd3f53d6bf68ee3f1fe9562f1d0318 /hardinfo2/hardinfo.h
parentee1fa4b725acd32a8549f0d5f16f6e5f1ec1fbd5 (diff)
More CD-ROM information
Diffstat (limited to 'hardinfo2/hardinfo.h')
-rw-r--r--hardinfo2/hardinfo.h7
1 files changed, 4 insertions, 3 deletions
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);