21 #include "transport.h" 22 #include "libsyncml/sml_error_internals.h" 23 #include "libsyncml/sml_support.h" 25 SmlBool smlDataSyncTransportHttpServerInit(
29 smlTrace(TRACE_ENTRY,
"%s(%p, %p)", __func__, dsObject, error);
32 if (dsObject->url != NULL &&
35 SML_TRANSPORT_CONFIG_URL, dsObject->url,
39 smlTrace(TRACE_EXIT,
"%s - TRUE", __func__);
SmlBool smlTransportSetConfigOption(SmlTransport *tsp, const char *name, const char *value, SmlError **error)
Sets a configuration parameter.
const char * smlErrorPrint(SmlError **error)
Returns the message of the error.
This is the central synchronization object.
void smlTrace(SmlTraceType type, const char *message,...)
Used for tracing the application.