ao-tools/lib: Add ao_hex_image_cat function
[fw/altos] / ao-tools / lib / ao-hex.h
index eb510ba2a18321dc2614f8ac17a3adcb3f14e7b4..a1ab490ceab707c30630241f91fa04cea6b69225 100644 (file)
@@ -71,6 +71,9 @@ ao_hex_image_free(struct ao_hex_image *image);
 struct ao_hex_image *
 ao_hex_load(char *filename, struct ao_sym **symbols, int *num_symbols);
 
 struct ao_hex_image *
 ao_hex_load(char *filename, struct ao_sym **symbols, int *num_symbols);
 
+struct ao_hex_image *
+ao_hex_image_cat(struct ao_hex_image *a, struct ao_hex_image *b);
+
 int
 ao_hex_image_equal(struct ao_hex_image *a, struct ao_hex_image *b);
 
 int
 ao_hex_image_equal(struct ao_hex_image *a, struct ao_hex_image *b);