diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-03-28 19:43:25 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-16 18:40:18 -0400 |
commit | 6d19d615ce6b23f2b14340682851b5eba64e32ca (patch) | |
tree | ec74bc77d50854a5b3fdac050820860b0d68e338 /specs/CH09.xml | |
parent | ae2808046eafcbbd5e96ce36b6735f2888bd2a19 (diff) |
The conversion to xml's funcdef dropped one or more parameters from several
functions. This commit restores those parameters to the function prototypes.
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'specs/CH09.xml')
-rw-r--r-- | specs/CH09.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/specs/CH09.xml b/specs/CH09.xml index a020d00..6d40b55 100644 --- a/specs/CH09.xml +++ b/specs/CH09.xml @@ -2117,6 +2117,7 @@ that convert from string values. <funcdef>void <function>XtDisplayStringConversionWarning</function></funcdef> <paramdef>Display *<parameter>display</parameter></paramdef> <paramdef>String <parameter>from_value</parameter></paramdef> + <paramdef>String <parameter>to_type</parameter></paramdef> </funcprototype> </funcsynopsis> |