summaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/macros/krb5_princ_component.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/macros/krb5_princ_component.txt')
-rw-r--r--doc/html/_sources/appdev/refs/macros/krb5_princ_component.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/macros/krb5_princ_component.txt b/doc/html/_sources/appdev/refs/macros/krb5_princ_component.txt
new file mode 100644
index 000000000000..25178cd73ebe
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/macros/krb5_princ_component.txt
@@ -0,0 +1,17 @@
+.. highlightlang:: c
+
+.. _krb5-princ-component-data:
+
+krb5_princ_component
+====================
+
+..
+.. data:: krb5_princ_component
+..
+
+
+
+
+============================================== ======================
+``krb5_princ_component (context, princ, i)`` ``(((i) < krb5_princ_size(context, princ)) ? (princ)->data + (i) : NULL)``
+============================================== ======================