export sl_match

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13968 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2004-06-21 19:08:13 +00:00
parent 4c01596aaf
commit cf2f829e7e
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1995 - 2001 Kungliga Tekniska H<>gskolan
* Copyright (c) 1995 - 2004 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -129,7 +129,7 @@ mandoc_template(SL_cmd *cmds,
printf(".\\\".Sh BUGS\n");
}
static SL_cmd *
SL_cmd *
sl_match (SL_cmd *cmds, char *cmd, int exactp)
{
SL_cmd *c, *current = NULL, *partial_cmd = NULL;