|
C++ Server-Side SDK
LaunchDarkly SDK
|
#include <launchdarkly/bindings/c/export.h>

Go to the source code of this file.
Typedefs | |
| typedef struct _LDCServerConfig * | LDServerConfig |
Functions | |
| LDServerConfig_Free (LDServerConfig config) | |
| LDServerConfig_Free | ( | LDServerConfig | config | ) |
Free the configuration. Configurations passed into an LDServerSDK_New call do not need to be freed.
| config | Config to free. |