compiler warning

This commit is contained in:
Brian Wellington
2000-05-15 23:14:12 +00:00
parent c13b8351b4
commit 70cd89aadb
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
/*
* Principal Author: Brian Wellington
* $Id: dst_parse.c,v 1.15 2000/05/15 21:30:41 bwelling Exp $
* $Id: dst_parse.c,v 1.16 2000/05/15 23:14:11 bwelling Exp $
*/
#include <config.h>
@@ -187,7 +187,7 @@ dst_s_free_private_structure_fields(dst_private_t *priv, isc_mem_t *mctx) {
}
int
dst_s_parse_private_key_file(const dst_key_t *key, const isc_uint16_t id,
dst_s_parse_private_key_file(dst_key_t *key, const isc_uint16_t id,
dst_private_t *priv, isc_mem_t *mctx)
{
char filename[ISC_DIR_NAMEMAX];

View File

@@ -78,7 +78,7 @@ void
dst_s_free_private_structure_fields(dst_private_t *priv, isc_mem_t *mctx);
int
dst_s_parse_private_key_file(const dst_key_t *key, const isc_uint16_t id,
dst_s_parse_private_key_file(dst_key_t *key, const isc_uint16_t id,
dst_private_t *priv, isc_mem_t *mctx);
int