diff options
author | David Zeuthen <davidz@redhat.com> | 2006-12-14 22:14:29 -0500 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2006-12-14 22:14:29 -0500 |
commit | e543d270ef4113a7d6a1cb51b56391b2794658d9 (patch) | |
tree | ec2662cb1aff437d98eb82f503a64760539b4d88 /hald/util.h | |
parent | 0ad8decdb9923754bb1fd8e25f9be4b3b90f2840 (diff) |
fix for freeing static memory + move hal_util_readlink() into hald/util.c
Diffstat (limited to 'hald/util.h')
-rw-r--r-- | hald/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hald/util.h b/hald/util.h index b410453f..85f0ab61 100644 --- a/hald/util.h +++ b/hald/util.h @@ -106,4 +106,6 @@ void hal_util_hexdump (const void *buf, unsigned int size); gboolean hal_util_is_mounted_by_hald (const char *mount_point); +char *hal_util_readlink (const char *link); + #endif /* UTIL_H */ |