aboutsummaryrefslogtreecommitdiff
path: root/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'buffer.h')
-rw-r--r--buffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/buffer.h b/buffer.h
index 63a4763..f95c5e1 100644
--- a/buffer.h
+++ b/buffer.h
@@ -553,8 +553,9 @@ xor (uint8_t *dest, const uint8_t *src, int len)
}
/*
- * Classify and mutate strings based on character types.
+ * Print a string which might be NULL
*/
+const char *np (const char *str);
/*#define CHARACTER_CLASS_DEBUG*/