daily update
[deliverable/binutils-gdb.git] / include / filenames.h
index ca23d3253142436585bfb1c0c3d9793287fb0c61..d4955df661cf4f965a4e22806eeb350acccc4a79 100644 (file)
@@ -73,6 +73,9 @@ extern "C" {
 extern int filename_cmp (const char *s1, const char *s2);
 #define FILENAME_CMP(s1, s2)   filename_cmp(s1, s2)
 
+extern int filename_ncmp (const char *s1, const char *s2,
+                         size_t n);
+
 #ifdef __cplusplus
 }
 #endif
This page took 0.022783 seconds and 4 git commands to generate.