diff options
Diffstat (limited to 'libssh/match.c')
-rw-r--r-- | libssh/match.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libssh/match.c b/libssh/match.c index 67f65e8..35649f6 100644 --- a/libssh/match.c +++ b/libssh/match.c @@ -10,6 +10,7 @@ * incompatible with the protocol description in the RFC file, it must be * called by a name other than "ssh" or "Secure Shell". */ + /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -34,6 +35,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/* + * vim: ts=2 sw=2 et cindent + */ + #include <sys/types.h> #include <ctype.h> #include <string.h> |