summaryrefslogtreecommitdiff
path: root/body/fltk-errors.adb
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-02-06 19:28:33 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-02-06 19:28:33 +1300
commit547e538476a788dfeb5974f9b8ad29441d18980b (patch)
tree00a3c7d80ee403969971bc4b814876b4399f3ada /body/fltk-errors.adb
parentbefe66a0a98a58e0bdb31bb8c2db4a975a744072 (diff)
Slightly better / more consistent comments
Diffstat (limited to 'body/fltk-errors.adb')
-rw-r--r--body/fltk-errors.adb12
1 files changed, 12 insertions, 0 deletions
diff --git a/body/fltk-errors.adb b/body/fltk-errors.adb
index ef31002..32cf2d5 100644
--- a/body/fltk-errors.adb
+++ b/body/fltk-errors.adb
@@ -12,6 +12,10 @@ with
package body FLTK.Errors is
+ ------------------------
+ -- Functions From C --
+ ------------------------
+
procedure fl_error_default_warning
(M : in Interfaces.C.char_array);
pragma Import (C, fl_error_default_warning, "fl_error_default_warning");
@@ -34,6 +38,10 @@ package body FLTK.Errors is
+ -------------
+ -- Hooks --
+ -------------
+
procedure Warning_Hook
(C_Mess : in Interfaces.C.Strings.chars_ptr);
pragma Export (C, Warning_Hook, "error_warning_hook");
@@ -69,6 +77,10 @@ package body FLTK.Errors is
+ -----------------------
+ -- API Subprograms --
+ -----------------------
+
procedure Default_Warning
(Message : in String) is
begin