summaryrefslogtreecommitdiffstats
path: root/server/spice_bitmap_utils.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2013-08-12 14:43:53 +0300
committerAlon Levy <alevy@redhat.com>2013-08-14 12:08:04 +0300
commit376264b00925ce417be2a8a5097c26d7cc58d608 (patch)
tree99b323182dc39cbdcab07a48b946a307c70c0d09 /server/spice_bitmap_utils.h
parentff672924caf10c055e827ece9459e1fe2372456c (diff)
downloadspice-376264b00925ce417be2a8a5097c26d7cc58d608.tar.gz
spice-376264b00925ce417be2a8a5097c26d7cc58d608.tar.xz
spice-376264b00925ce417be2a8a5097c26d7cc58d608.zip
server: move dump_bitmap to separate file
Diffstat (limited to 'server/spice_bitmap_utils.h')
-rw-r--r--server/spice_bitmap_utils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/spice_bitmap_utils.h b/server/spice_bitmap_utils.h
new file mode 100644
index 00000000..ae4939f1
--- /dev/null
+++ b/server/spice_bitmap_utils.h
@@ -0,0 +1,6 @@
+#ifndef H_SPICE_BITMAP_UTILS
+#define H_SPICE_BITMAP_UTILS
+
+void dump_bitmap(SpiceBitmap *bitmap);
+
+#endif