Skip to content

Commit 5f57e44

Browse files
committed
Don't export iio_context_create_from_backend as API function
As far as I know it is not used anywhere outside libiio; so keep it private a bit longer until we have a plug-in system that's robust enough to have actual implementations. Signed-off-by: Paul Cercueil <[email protected]>
1 parent 7954dd5 commit 5f57e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iio-backend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ struct iio_backend {
8484
unsigned int sizeof_context_pdata;
8585
};
8686

87-
__api struct iio_context * iio_context_create_from_backend(
87+
struct iio_context * iio_context_create_from_backend(
8888
const struct iio_backend *backend,
8989
const char *description);
9090

0 commit comments

Comments
 (0)