fix comments to indicate proper variable name
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@489
dc483132-0cff-0310-8789-
dd5450dbe970
#include <krb5/ext-proto.h>
/*
- Parses an error message from enc_errbuf and fills in the contents of estruct.
+ Parses an error message from enc_errbuf and fills in the contents of
+ dec_error.
Upon return dec_error->client,server,text, if non-NULL, point to allocated
storage which the caller should free when finished.
krb5_error_code
krb5_rd_error( enc_errbuf, dec_error)
-krb5_data *enc_errbuf;
+const krb5_data *enc_errbuf;
krb5_error *dec_error;
{
krb5_error_code retval;