C Server-Side SDK
LaunchDarkly SDK
file_data.h
Go to the documentation of this file.
1 
14 #pragma once
15 
16 #include <stdio.h>
17 #include <stdarg.h>
18 
19 #include <launchdarkly/boolean.h>
20 #include <launchdarkly/export.h>
22 
112 LD_EXPORT(struct LDDataSource *)
113 LDFileDataInit(int fileCount, const char **filenames);
LDDataSource
An opaque data source object.
boolean.h
A custom c89 boolean type.
data_source.h
Public API for data source implementation.
LDFileDataInit
struct LDDataSource * LDFileDataInit(int fileCount, const char **filenames)
Creates an LDDataSource which you can use to configure the client with a file data source.
LD_EXPORT
#define LD_EXPORT(x)
Used to ensure only intended symbols are exported in the binaries.
Definition: export.h:10
export.h
Public. Configuration of exported symbols.