summaryrefslogtreecommitdiffstats
path: root/eBones/lib/libkrb/get_cred.c
diff options
context:
space:
mode:
Diffstat (limited to 'eBones/lib/libkrb/get_cred.c')
-rw-r--r--eBones/lib/libkrb/get_cred.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/eBones/lib/libkrb/get_cred.c b/eBones/lib/libkrb/get_cred.c
index 14e1cc1..6023386 100644
--- a/eBones/lib/libkrb/get_cred.c
+++ b/eBones/lib/libkrb/get_cred.c
@@ -27,7 +27,12 @@ static char *rcsid =
* On failure it returns a Kerberos error code.
*/
-int krb_get_cred(char *service, char *instance, char *realm, CREDENTIALS *c)
+int
+krb_get_cred(service,instance,realm,c)
+ char *service; /* Service name */
+ char *instance; /* Instance */
+ char *realm; /* Auth domain */
+ CREDENTIALS *c; /* Credentials struct */
{
int tf_status; /* return value of tf function calls */
OpenPOWER on IntegriCloud