Merge branch 'perf/urgent' into perf/core
[linux-2.6-block.git] / tools / perf / util / string.h
index bf39dfadfd24dd00fe845f1c321bf0994ad768b0..2c84bf65ba0fac020c2df05732b4b7ee0d6afabc 100644 (file)
@@ -1,11 +1,12 @@
-#ifndef _PERF_STRING_H_
-#define _PERF_STRING_H_
+#ifndef __PERF_STRING_H_
+#define __PERF_STRING_H_
 
 #include "types.h"
 
 int hex2u64(const char *ptr, u64 *val);
+char *strxfrchar(char *s, char from, char to);
 
 #define _STR(x) #x
 #define STR(x) _STR(x)
 
-#endif
+#endif /* __PERF_STRING_H */