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