Code

New function to for escaped strings from command line for send/quit.
[nagiosplug.git] / plugins / utils.h
index 2345ed560d24ab694052fa19578a325f9af5e273..4bbe33d0fa351a1b9fba23f41bd2ac42a3f3287a 100644 (file)
@@ -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 */