shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS shishi/lib


From: shishi-commit
Subject: CVS shishi/lib
Date: Fri, 17 Sep 2004 15:58:28 +0200

Update of /home/cvs/shishi/lib
In directory dopio:/tmp/cvs-serv22779

Modified Files:
        principal.c 
Log Message:
Doc fix.


--- /home/cvs/shishi/lib/principal.c    2004/09/17 13:21:56     1.37
+++ /home/cvs/shishi/lib/principal.c    2004/09/17 13:58:27     1.38
@@ -448,6 +448,18 @@
   return SHISHI_OK;
 }
 
+/**
+ * shishi_server_for_local_service:
+ * @handle: shishi handle as allocated by shishi_init().
+ * @service: zero terminated string with name of service, e.g., "host".
+ *
+ * Construct a service principal (e.g., "imap/yxa.extuno.com") based
+ * on supplied service name (i.e., "imap") and the system hostname as
+ * returned by hostname() (i.e., "yxa.extundo.com").  The string must
+ * be deallocated by the caller.
+ *
+ * Return value: Return newly allocated service name string.
+ **/
 char *
 shishi_server_for_local_service (Shishi * handle, const char *service)
 {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]