rename function filename to get_filename

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15439 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-06-16 19:58:58 +00:00
parent ee007305f2
commit 491a812d67
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ add_import (const char *module)
}
const char *
filename (void)
get_filename (void)
{
return orig_filename;
}