summaryrefslogtreecommitdiff
path: root/include/libast/types.h.in
diff options
context:
space:
mode:
authorMichael Jennings <mej@lbl.gov>2013-03-06 11:12:52 -0800
committerMichael Jennings <mej@lbl.gov>2013-03-06 11:12:52 -0800
commitf7a817086d3ea986d7df56b331e970a8724abb91 (patch)
tree36a9b32d3ea8d2c9a4f2167e505a2c49eab89f4b /include/libast/types.h.in
parent965fb6656c144052841569da560a50d7946f185d (diff)
downloadlibast-f7a817086d3ea986d7df56b331e970a8724abb91.tar.gz
More cleanups. Getting ready to rewrite the memory tracking subsystem
to remove dependencies on X and Imlib2.
Diffstat (limited to 'include/libast/types.h.in')
-rw-r--r--include/libast/types.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libast/types.h.in b/include/libast/types.h.in
index 74dec14..94ef4a1 100644
--- a/include/libast/types.h.in
+++ b/include/libast/types.h.in
@@ -466,13 +466,13 @@ typedef unsigned int spif_uint_t;
typedef unsigned long spif_ulong_t;
/**
- * A pointer to a signed char.
+ * A pointer to char.
*
- * A pointer to a signed char.
+ * A pointer to char.
*
* @see @link DOXGRP_TYPES Portable Data Types @endlink
*/
-typedef spif_char_t *spif_charptr_t;
+typedef char *spif_charptr_t;
/**
* A pointer to a byte of data.