summaryrefslogtreecommitdiff
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/match.c b/match.c
index 895ecab37..81030da6a 100644
--- a/match.c
+++ b/match.c
@@ -12,9 +12,9 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: match.c,v 1.10 2000/12/19 23:17:57 markus Exp $"); 15RCSID("$OpenBSD: match.c,v 1.11 2001/01/21 19:05:52 markus Exp $");
16 16
17#include "ssh.h" 17#include "match.h"
18 18
19/* 19/*
20 * Returns true if the given string matches the pattern (which may contain ? 20 * Returns true if the given string matches the pattern (which may contain ?