summaryrefslogtreecommitdiffstats
path: root/include/rpc
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2006-02-28 16:02:26 +0000
committerdeischen <deischen@FreeBSD.org>2006-02-28 16:02:26 +0000
commitb028e2897bccec876acdd421670077766683dee1 (patch)
tree21fe4f7923c2c37ac3e1118be2fed69da4f740af /include/rpc
parent883415e84d7af3a9195409255f023a8542848011 (diff)
downloadFreeBSD-src-b028e2897bccec876acdd421670077766683dee1.zip
FreeBSD-src-b028e2897bccec876acdd421670077766683dee1.tar.gz
Const'ify arguments to a couple of functions to fix breakage
with -O2.
Diffstat (limited to 'include/rpc')
-rw-r--r--include/rpc/auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h
index 5cb9abd..fd48421 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
OpenPOWER on IntegriCloud