From 0411773be72448d6756ab2dd29918c5ad6623ce8 Mon Sep 17 00:00:00 2001 From: Daniel Eischen Date: Tue, 28 Feb 2006 16:02:26 +0000 Subject: Const'ify arguments to a couple of functions to fix breakage with -O2. --- include/rpc/auth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/rpc/auth.h b/include/rpc/auth.h index 5cb9abd0368b..fd48421de8a0 100644 --- a/include/rpc/auth.h +++ b/include/rpc/auth.h @@ -299,7 +299,7 @@ __END_DECLS */ __BEGIN_DECLS extern int getpublickey (const char *, char *); -extern int getpublicandprivatekey (char *, char *); +extern int getpublicandprivatekey (const char *, char *); extern int getsecretkey (char *, char *, char *); __END_DECLS -- cgit v1.2.3