diff options
Diffstat (limited to 'dlib/dlib.h')
-rw-r--r-- | dlib/dlib.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dlib/dlib.h b/dlib/dlib.h index 246f9adb..b2e87415 100644 --- a/dlib/dlib.h +++ b/dlib/dlib.h @@ -7,6 +7,7 @@ #include <string.h> /* for strerror */ #include <strings.h> /* for strcasecmp, strncasecmp (POSIX 2001) */ +#include "d_size.h" #ifdef __cplusplus extern "C" { @@ -161,6 +162,11 @@ void *dList_find_sorted (Dlist *lp, const void *data, dCompareFunc func); int dParser_parse_rc_line(char **line, char **name, char **value); /* + *- Dlib messages ------------------------------------------------------------- + */ +void dLib_show_messages(bool_t show); + +/* *- Misc utility functions ---------------------------------------------------- */ char *dGetcwd (); |