blob: 1c54c262c105cb0f38dd336c7f14bc2c8077d429 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- hald/freebsd/hf-util.h.orig 2008-03-15 14:27:35.000000000 -0400
+++ hald/freebsd/hf-util.h 2008-03-15 14:27:46.000000000 -0400
@@ -110,7 +110,7 @@ int hf_runner_run_sync (HalDevice *devic
int hf_strv_find (char **strv, const char *elem);
-char *hf_str_no_slashes (const char *str);
+char *hf_str_escape (const char *str);
HalDevice *hf_device_store_match (HalDeviceStore *store, ...);
|