diff options
author | jcid <devnull@localhost> | 2008-04-07 18:55:14 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-04-07 18:55:14 +0200 |
commit | 9388b5d4464d13117bcaad1fda1a1b7ebd8d0264 (patch) | |
tree | 8bb52fd9a34f8acd996eff309635b64594917f12 /dlib/dlib.h | |
parent | 56583b97209336f87a46bb1c2bd18a75b9fc588f (diff) |
- Added dStr_printable() to dlib.
Diffstat (limited to 'dlib/dlib.h')
-rw-r--r-- | dlib/dlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dlib/dlib.h b/dlib/dlib.h index 7bcac739..cd3b9fc5 100644 --- a/dlib/dlib.h +++ b/dlib/dlib.h @@ -108,6 +108,7 @@ void dStr_sprintf (Dstr *ds, const char *format, ...); void dStr_sprintfa (Dstr *ds, const char *format, ...); int dStr_cmp(Dstr *ds1, Dstr *ds2); char *dStr_memmem(Dstr *haystack, Dstr *needle); +const char *dStr_printable(Dstr *in, int maxlen); /* *-- dList -------------------------------------------------------------------- |