]> granicus.if.org Git - p11-kit/commit
Rename non-static functions to have a _p11_xxx prefix.
authorStef Walter <stefw@collabora.co.uk>
Mon, 24 Oct 2011 06:05:43 +0000 (08:05 +0200)
committerStef Walter <stefw@collabora.co.uk>
Mon, 24 Oct 2011 06:05:43 +0000 (08:05 +0200)
commit5507dc4946f0a68cece5ec9e7096e0f9b8c55984
treed3921c57fabb04aceedf052d051ffa77f22f4b1e
parentdb92b76e3acb11e330309ebce071ec2e61400a71
Rename non-static functions to have a _p11_xxx prefix.

 * Work around issues with brain-dead linkers not respecting
   the libtool -export-symbol-regex argument

https://bugs.freedesktop.org/show_bug.cgi?id=42020
22 files changed:
p11-kit/compat.c
p11-kit/compat.h
p11-kit/conf.c
p11-kit/debug.c
p11-kit/debug.h
p11-kit/hashmap.c
p11-kit/hashmap.h
p11-kit/modules.c
p11-kit/pin.c
p11-kit/private.h
p11-kit/proxy.c
p11-kit/ptr-array.c
p11-kit/ptr-array.h
p11-kit/uri.c
p11-kit/util.c
p11-kit/util.h
tests/conf-test.c
tests/hash-test.c
tests/mock-module.c
tests/ptr-array-test.c
tests/test-init.c
tests/uri-test.c