diff options
Diffstat (limited to 'plugins/utils.h')
-rw-r--r-- | plugins/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/utils.h b/plugins/utils.h index 2345ed56..4bbe33d0 100644 --- a/plugins/utils.h +++ b/plugins/utils.h @@ -132,6 +132,8 @@ char *fperfdata (const char *, int, double); +char *np_escaped_string (const char *); + /* The idea here is that, although not every plugin will use all of these, most will or should. Therefore, for consistency, these very common options should have only these meanings throughout the overall suite */ |