diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2016-05-08 09:19:34 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2017-09-07 13:47:17 +0100 |
commit | f4c00d345edf3dad5893b50ff0ae7cd3e0cfd780 (patch) | |
tree | 5d97ff69d3acf9e9335a17d2dcc27b947a9a2068 /src/getauth.c | |
parent | d603d7d7d989c4ff1094810e9fcf2a29bc00bb0c (diff) |
Remove unneeded ^L symbols.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> (IRC)
Diffstat (limited to 'src/getauth.c')
-rw-r--r-- | src/getauth.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/getauth.c b/src/getauth.c index 09e0e1c..abd5644 100644 --- a/src/getauth.c +++ b/src/getauth.c @@ -35,7 +35,7 @@ Author: Ralph Mor, X Consortium static Bool auth_valid (const char *auth_name, int num_auth_names, const char **auth_names, int *index_ret); - + /* * The functions in this file are not a standard part of ICElib. * @@ -83,7 +83,7 @@ _IceGetPoAuthData ( } - + void _IceGetPaAuthData ( const char *protocolName, @@ -122,7 +122,7 @@ _IceGetPaAuthData ( } - + void _IceGetPoValidAuthIndices ( const char *protocol_name, @@ -181,7 +181,7 @@ _IceGetPoValidAuthIndices ( } - + void _IceGetPaValidAuthIndices ( const char *protocol_name, @@ -225,7 +225,7 @@ _IceGetPaValidAuthIndices ( } - + /* * local routines */ |