aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/hardinfo.h
diff options
context:
space:
mode:
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);