Export ISDS server locators
commit7156f26247194f542563f7e57dd18d8cd825a9e4
authorPetr Písař <petr.pisar@atlas.cz>
Wed, 17 Feb 2010 19:32:32 +0000 (17 20:32 +0100)
committerPetr Písař <petr.pisar@atlas.cz>
Wed, 17 Feb 2010 19:32:32 +0000 (17 20:32 +0100)
treecd1811a640695cc6652cce9254b29305c3daf418
parentba298ec5b862a55f2edecc9b70407b631b418f86
Export ISDS server locators

Library provides extern constant strings isds_locator and
isds_testing_locator. Application can use them as isds_login() argument to
select regular or testing ISDS server.

Variable form (in contrast to preprocessor macro) has been choosed to allow
server locator update delivered by library without application recompilation.

All clients and tests has been adapted.
client/common.c
client/common.h
src/isds.c
src/isds.h
src/isds_priv.h
test/login.c