diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/authutil.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/authutil.c b/src/authutil.c index 747cacc..6c00482 100644 --- a/src/authutil.c +++ b/src/authutil.c @@ -338,9 +338,9 @@ IceWriteAuthFileEntry ( IceAuthFileEntry * IceGetAuthFileEntry ( - char *protocol_name, - char *network_id, - char *auth_name + const char *protocol_name, + const char *network_id, + const char *auth_name ) { FILE *auth_file; |