aboutsummaryrefslogtreecommitdiff
path: root/lib/krb5/krb5_is_thread_safe.cat3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/krb5/krb5_is_thread_safe.cat3')
-rw-r--r--lib/krb5/krb5_is_thread_safe.cat321
1 files changed, 10 insertions, 11 deletions
diff --git a/lib/krb5/krb5_is_thread_safe.cat3 b/lib/krb5/krb5_is_thread_safe.cat3
index 37383c8d35bf..bd9b37940c9f 100644
--- a/lib/krb5/krb5_is_thread_safe.cat3
+++ b/lib/krb5/krb5_is_thread_safe.cat3
@@ -1,26 +1,25 @@
-
KRB5_IS_THREAD_SAFE(3) BSD Library Functions Manual KRB5_IS_THREAD_SAFE(3)
-NNAAMMEE
- kkrrbb55__iiss__tthhrreeaadd__ssaaffee -- is the Kerberos library compiled with multithread
+NAME
+ krb5_is_thread_safe -- is the Kerberos library compiled with multithread
support
-LLIIBBRRAARRYY
+LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5)
-SSYYNNOOPPSSIISS
- ##iinncclluuddee <<kkrrbb55..hh>>
+SYNOPSIS
+ #include <krb5.h>
- _k_r_b_5___b_o_o_l_e_a_n
- kkrrbb55__iiss__tthhrreeaadd__ssaaffee(_v_o_i_d);
+ krb5_boolean
+ krb5_is_thread_safe(void);
-DDEESSCCRRIIPPTTIIOONN
- kkrrbb55__iiss__tthhrreeaadd__ssaaffee returns TRUE if the library was compiled with with
+DESCRIPTION
+ krb5_is_thread_safe returns TRUE if the library was compiled with with
multithread support. If the library isn't compiled, the consumer have to
use a global lock to make sure Kerboros functions are not called at the
same time by different threads.
-SSEEEE AALLSSOO
+SEE ALSO
krb5_create_checksum(3), krb5_encrypt(3)
HEIMDAL May 5, 2006 HEIMDAL