summaryrefslogtreecommitdiff
path: root/CmpKey.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-04-29 19:51:25 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-05-05 15:46:06 -0700
commit27b1aa82a3f0db7d20a303ba093d1ec52de39bff (patch)
treef030fa00cb56b036cb2a5b8d2dbf421575c79607 /CmpKey.c
parent482b19329fac5e311fe0423e58f3e8c573b66114 (diff)
Constify function prototypes
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'CmpKey.c')
-rw-r--r--CmpKey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CmpKey.c b/CmpKey.c
index 112bc20..47c4d73 100644
--- a/CmpKey.c
+++ b/CmpKey.c
@@ -38,7 +38,7 @@ in this Software without prior written authorization from The Open Group.
#include <X11/Xdmcp.h>
int
-XdmcpCompareKeys (XdmAuthKeyPtr a, XdmAuthKeyPtr b)
+XdmcpCompareKeys (const XdmAuthKeyPtr a, const XdmAuthKeyPtr b)
{
int i;