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