Your message dated Sat, 8 Oct 2011 22:40:21 +0530
with message-id
<CAO20=f0xhfz8hfm75mnguir6nhm5-dpuqfoffhva_pwpar+...@mail.gmail.com>
and subject line
has caused the Debian Bug report #643655,
regarding libpacparser1: Make some functions public
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
643655: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643655
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libpacparser1
Version: 1.2.6-2
Severity: wishlist
Please make some functions public, for example
pacparser_parse_pac_string(const char *)
For now to parse a string I should write it to a file and use
pacparser_parse_pac(path_to_file) or use different C hacks to get access to
pacparser_parse_pac_string()
-- System Information:
Debian Release: 6.0.2
APT prefers stable
APT policy: (500, 'stable'), (25, 'testing'), (20, 'unstable'), (10,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libpacparser1 depends on:
ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib
libpacparser1 recommends no packages.
libpacparser1 suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1.3.0-1
Version 1.3.0-1 already exports a function to parse pac strings directly. It
is documented in the API docs:
http://pacparser.googlecode.com/hg/docs/html/pacparser_api.html
manugarg@minesofmoria:~$ nm -D /usr/lib/libpacparser.so.1 | grep T
00000000000f4648 T _fini
000000000000ef30 T _init
000000000001070c T pacparser_cleanup
000000000000fcd3 T pacparser_enable_microsoft_extensions
00000000000102ca T pacparser_find_proxy
000000000000fd1a T pacparser_init
00000000000107cd T pacparser_just_find_proxy
00000000000102b0 T pacparser_parse_pac
00000000000101b9 T pacparser_parse_pac_file
0000000000010071 T pacparser_parse_pac_string
000000000000fc75 T pacparser_setmyip
000000000001093e T pacparser_version
--- End Message ---