diff options
Diffstat (limited to 'body/fltk-images-bitmaps-xbm.adb')
-rw-r--r-- | body/fltk-images-bitmaps-xbm.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/body/fltk-images-bitmaps-xbm.adb b/body/fltk-images-bitmaps-xbm.adb index 12fce18..0115b1b 100644 --- a/body/fltk-images-bitmaps-xbm.adb +++ b/body/fltk-images-bitmaps-xbm.adb @@ -16,6 +16,8 @@ package body FLTK.Images.Bitmaps.XBM is -- Functions From C -- ------------------------ + -- Allocation -- + function new_fl_xbm_image (F : in Interfaces.C.char_array) return Storage.Integer_Address; |