summaryrefslogtreecommitdiff
path: root/source4/lib/util/ms_fnmatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/util/ms_fnmatch.c')
-rw-r--r--source4/lib/util/ms_fnmatch.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/lib/util/ms_fnmatch.c b/source4/lib/util/ms_fnmatch.c
index d44c8b87da..a4fca4fa0a 100644
--- a/source4/lib/util/ms_fnmatch.c
+++ b/source4/lib/util/ms_fnmatch.c
@@ -24,6 +24,10 @@
code now
*/
+/**
+ * @file
+ * @brief MS-style Filename matching
+ */
#include "includes.h"
@@ -212,7 +216,7 @@ int ms_fnmatch(const char *pattern, const char *string, enum protocol_types prot
}
-/* a generic fnmatch function - uses for non-CIFS pattern matching */
+/** a generic fnmatch function - uses for non-CIFS pattern matching */
int gen_fnmatch(const char *pattern, const char *string)
{
return ms_fnmatch(pattern, string, PROTOCOL_NT1);