diff options
Diffstat (limited to 'body/fltk-show_argv.ads')
-rw-r--r-- | body/fltk-show_argv.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/body/fltk-show_argv.ads b/body/fltk-show_argv.ads index 231b875..faa93a4 100644 --- a/body/fltk-show_argv.ads +++ b/body/fltk-show_argv.ads @@ -14,6 +14,8 @@ private package FLTK.Show_Argv is -- Used for implementing show(argc,argv) + -- Dispatch marshalls the data, calls the function, then does cleanup + type Show_With_Args_Func is access procedure (CObj : in Storage.Integer_Address; Argc : in Interfaces.C.int; |