diff options
Diffstat (limited to 'body/fltk-images-rgb-bmp.adb')
-rw-r--r-- | body/fltk-images-rgb-bmp.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/body/fltk-images-rgb-bmp.adb b/body/fltk-images-rgb-bmp.adb index f14f782..23ffe01 100644 --- a/body/fltk-images-rgb-bmp.adb +++ b/body/fltk-images-rgb-bmp.adb @@ -16,6 +16,8 @@ package body FLTK.Images.RGB.BMP is -- Functions From C -- ------------------------ + -- Allocation -- + function new_fl_bmp_image (F : in Interfaces.C.char_array) return Storage.Integer_Address; |