(heimdal_version): make const

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8961 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-08-16 11:30:04 +00:00
parent f526da303c
commit 2ffb2fd495

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1998 Kungliga Tekniska H<>gskolan
* Copyright (c) 1998 - 2000 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -39,7 +39,7 @@ RCSID("$Id$");
#include <stdio.h>
#ifdef KRB5
extern char *heimdal_version;
extern const char *heimdal_version;
#endif
#ifdef KRB4
extern char *krb4_version;