]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/fnmatch.h
Drop removed catalog function prototype.
[bacula/bacula] / bacula / src / lib / fnmatch.h
index 278410d1220d7590726c4fa2e4259b1106d6ed44..9bc52cd57b3a82da6151590003130eeda04b9d21 100644 (file)
@@ -40,6 +40,7 @@
 #undef  FNM_PERIOD
 
 #define FNM_NOMATCH     1       /* Match failed. */
+#define FNM_MATCH       0       /* Match succeeded */
 
 #define FNM_PATHNAME    0x01    /* Slash must be matched by slash. */
 #define FNM_NOESCAPE    0x02    /* Disable backslash escaping. */