diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-01-12 23:09:29 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-01-12 23:09:29 -0800 |
commit | ac07da253415ccb8b6322feedf7969967357050e (patch) | |
tree | 20bdac2612a5ca5ee04d6e51669e71b4c60d09f1 /man/XtAsprintf.man | |
parent | 84f73c49db8071c06f27609ce7cc7a32a17351a9 (diff) |
Add XtAsprintf() as a new exported API
Like asprintf() but using XtMalloc() to tie into the Xt memory allocation
and error handling subsystems.
Bumps libXt version to 1.0.99.1 so that modules can set their pkg-config
dependency to libXt >= 1.0.99.1 to require XtAsprintf().
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man/XtAsprintf.man')
-rw-r--r-- | man/XtAsprintf.man | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/XtAsprintf.man b/man/XtAsprintf.man new file mode 100644 index 0000000..50eaf76 --- /dev/null +++ b/man/XtAsprintf.man @@ -0,0 +1 @@ +.so man__libmansuffix__/XtMalloc.__libmansuffix__ |