aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorTomasz Moń <desowin@gmail.com>2022-08-07 16:12:24 +0200
committerTomasz Moń <desowin@gmail.com>2022-08-10 06:18:25 +0200
commitac4e1b86b83d9e322fc19045fbc71b55e418e025 (patch)
treecaba2198038d68018569eb19000bdef95a79c671 /packaging
parentc1861ad1cc5ea673ee373e0cb69bfcd638ef06a2 (diff)
wsutil: Use GIOChannel for standard pipes
Remove ws_read_string_from_pipe() as this function encourages bad design and is no longer necessary. Extcap stderr is read only after the child process has finished and thus the read will never block. Close process information thread handle right away as we don't use it. Remove unused ws_pipe_t member variables.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/debian/libwsutil0.symbols1
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/debian/libwsutil0.symbols b/packaging/debian/libwsutil0.symbols
index 6ef3a42dbb..97b885c00c 100644
--- a/packaging/debian/libwsutil0.symbols
+++ b/packaging/debian/libwsutil0.symbols
@@ -432,7 +432,6 @@ libwsutil.so.0 libwsutil0 #MINVER#
ws_pipe_init@Base 2.5.1
ws_pipe_spawn_async@Base 2.5.1
ws_pipe_spawn_sync@Base 2.5.1
- ws_read_string_from_pipe@Base 2.5.0
ws_regex_compile@Base 3.7.0
ws_regex_compile_ex@Base 3.7.0
ws_regex_free@Base 3.7.0