diff options
author | Leandro Augusto Fogolin Pereira <leandro@zorg.(none)> | 2009-01-23 17:19:49 -0200 |
---|---|---|
committer | Leandro Augusto Fogolin Pereira <leandro@zorg.(none)> | 2009-01-23 17:19:49 -0200 |
commit | bfc6c84290261a525e7351d062e6a04db2051863 (patch) | |
tree | a8e244ca44c752d908438176c26bac71ecd0778e /hardinfo2/hardinfo.h | |
parent | 6db7d6e0a562a10839268db9592932e9b8a58f58 (diff) |
Add Network statistics (aka netstat -s).
Diffstat (limited to 'hardinfo2/hardinfo.h')
-rw-r--r-- | hardinfo2/hardinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/hardinfo.h b/hardinfo2/hardinfo.h index 534a3123..63a5cfa8 100644 --- a/hardinfo2/hardinfo.h +++ b/hardinfo2/hardinfo.h @@ -65,7 +65,7 @@ struct _ModuleAbout { /* String utility functions */ inline void remove_quotes(gchar *str); -inline void strend(gchar *str, gchar chr); +inline char *strend(gchar *str, gchar chr); inline void remove_linefeed(gchar *str); gchar *strreplace(gchar *string, gchar *replace, gchar new_char); |