aboutsummaryrefslogtreecommitdiff
path: root/dlib/dlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'dlib/dlib.h')
-rw-r--r--dlib/dlib.h1
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 --------------------------------------------------------------------