summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Dew <marcoz@osource.org>2011-10-25 21:58:49 -0600
committerMatt Dew <marcoz@osource.org>2011-10-25 21:58:49 -0600
commitfc9afda459ed42e7a83856fdf5bac55e175e4120 (patch)
tree6a7e0e953bf54496ac151f46d0d6e6d616322808
parent09ffceedc257bfadd254f1f596c3d35ae27b2e69 (diff)
proofread CH08.xml
-rw-r--r--specs/CH08.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/CH08.xml b/specs/CH08.xml
index ad4afa1..fa1f066 100644
--- a/specs/CH08.xml
+++ b/specs/CH08.xml
@@ -30,7 +30,7 @@ Callback procedure pointers for use in callback lists are of type
<funcsynopsis id='XtCallbackProc'>
<funcprototype>
-<funcdef>void <function>*XtCallbackProc</function></funcdef>
+<funcdef>typedef void <function>(*XtCallbackProc)</function></funcdef>
<paramdef>Widget <parameter>w</parameter></paramdef>
<paramdef>XtPointer <parameter>client_data</parameter></paramdef>
<paramdef>XtPointer <parameter>call_data</parameter></paramdef>