diff th_string.h @ 131:3896861974ac

Added th_get_hex_triplet().
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 30 Oct 2010 17:02:35 +0300
parents 9ae3d87a686f
children a1ee6c76ca1c
line wrap: on
line diff
--- a/th_string.h	Sat Oct 30 15:19:34 2010 +0300
+++ b/th_string.h	Sat Oct 30 17:02:35 2010 +0300
@@ -61,6 +61,7 @@
 BOOL    th_strmatch(const char *, const char *);
 BOOL    th_strcasematch(const char *, const char *);
 
+int     th_get_hex_triplet(const char *);
 
 #ifdef __cplusplus
 }