summaryrefslogtreecommitdiff
path: root/lib/colorhug/ch-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/colorhug/ch-device.h')
-rw-r--r--lib/colorhug/ch-device.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/colorhug/ch-device.h b/lib/colorhug/ch-device.h
index 2dfeebc..2acabbb 100644
--- a/lib/colorhug/ch-device.h
+++ b/lib/colorhug/ch-device.h
@@ -176,6 +176,12 @@ CdColorXYZ *ch_device_take_reading_xyz (GUsbDevice *device,
CdSpectrum *ch_device_get_spectrum (GUsbDevice *device,
GCancellable *cancellable,
GError **error);
+gboolean ch_device_load_sram (GUsbDevice *device,
+ GCancellable *cancellable,
+ GError **error);
+gboolean ch_device_save_sram (GUsbDevice *device,
+ GCancellable *cancellable,
+ GError **error);
G_END_DECLS