diff options
author | David Zeuthen <david@fubar.dk> | 2005-06-23 14:50:05 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2005-06-23 14:50:05 +0000 |
commit | 6c12d06b35ef9d9fe770cd37721bf2a91e872172 (patch) | |
tree | f2efa94f72dc5b34380cffb15ddaaf1c5e3cb046 /hald/util.h | |
parent | 281edd392eefe25ae99028833a145a3ad399e905 (diff) |
Patch from Alvaro Lopez Ortega <alvaro@sun.com> to add an empty Solaris
backend to HAL.
New file
New file
Add checks for Solaris
Diffstat (limited to 'hald/util.h')
-rw-r--r-- | hald/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hald/util.h b/hald/util.h index 21892418..2b9051c6 100644 --- a/hald/util.h +++ b/hald/util.h @@ -33,8 +33,6 @@ int util_compute_time_remaining (const char *id, int chargeRate, int chargeLevel gboolean hal_util_remove_trailing_slash (gchar *path); -gboolean hal_util_get_fs_mnt_path (const gchar *fs_type, gchar *mnt_path, gsize len); - const gchar *hal_util_get_last_element (const gchar *s); gchar *hal_util_get_parent_path (const gchar *path); |