summaryrefslogtreecommitdiff
path: root/src/iio-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iio-private.h')
-rw-r--r--src/iio-private.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/iio-private.h b/src/iio-private.h
index a4d17d4..685c290 100644
--- a/src/iio-private.h
+++ b/src/iio-private.h
@@ -138,6 +138,11 @@ struct iio_backend_ops {
int (*set_timeout)(struct iio_context *ctx, unsigned int timeout);
};
+/*
+ * If these structures are updated, the qsort functions defined in sort.c
+ * may need to be updated.
+ */
+
struct iio_context_pdata;
struct iio_device_pdata;
struct iio_channel_pdata;