|
@@ -118,6 +118,10 @@ char *fperfdata (const char *,
|
|
|
int,
|
|
int,
|
|
|
double);
|
|
double);
|
|
|
|
|
|
|
|
|
|
+/* string case changes */
|
|
|
|
|
+void strntoupper (char * test_char, int size);
|
|
|
|
|
+void strntolower (char * test_char, int size);
|
|
|
|
|
+
|
|
|
/* The idea here is that, although not every plugin will use all of these,
|
|
/* The idea here is that, although not every plugin will use all of these,
|
|
|
most will or should. Therefore, for consistency, these very common
|
|
most will or should. Therefore, for consistency, these very common
|
|
|
options should have only these meanings throughout the overall suite */
|
|
options should have only these meanings throughout the overall suite */
|