yayahjb / cbflib

CBFlib repository cloned from SF CBFlib repository as of 1 Dec 15
8 stars 20 forks source link

Add missing interface declaration for img_set_tags #20

Closed ndevenish closed 3 years ago

ndevenish commented 3 years ago

img_set_tags is present in img.c, but appears to be missing from the img.h file.

CCTBX has been manually defining this with extern "C" {, but would be nice to be exported directly, unless there is a reason it has been omitted.