diff options
| -rw-r--r-- | doc/rst_source/krb_appldev/refs/types/index.rst | 1 | ||||
| -rw-r--r-- | doc/rst_source/krb_appldev/refs/types/krb5_int32.rst | 12 | ||||
| -rw-r--r-- | doc/rst_source/krb_appldev/refs/types/krb5_ui_4.rst | 12 |
3 files changed, 24 insertions, 1 deletions
diff --git a/doc/rst_source/krb_appldev/refs/types/index.rst b/doc/rst_source/krb_appldev/refs/types/index.rst index f0072baa0..f1b30bc3f 100644 --- a/doc/rst_source/krb_appldev/refs/types/index.rst +++ b/doc/rst_source/krb_appldev/refs/types/index.rst @@ -90,7 +90,6 @@ Internal krb5_cksumtype krb5_context.rst krb5_cc_cursor.rst - krb5_cc_ops.rst krb5_ccache.rst krb5_cccol_cursor.rst krb5_init_creds_context.rst diff --git a/doc/rst_source/krb_appldev/refs/types/krb5_int32.rst b/doc/rst_source/krb_appldev/refs/types/krb5_int32.rst new file mode 100644 index 000000000..2bc914b3c --- /dev/null +++ b/doc/rst_source/krb_appldev/refs/types/krb5_int32.rst @@ -0,0 +1,12 @@ +.. highlightlang:: c + +.. _krb5-int32-struct: + +krb5_int32 +========== + +.. +.. c:type:: krb5_int32 +.. + +krb5_int32 is a signed 32-bit integer type diff --git a/doc/rst_source/krb_appldev/refs/types/krb5_ui_4.rst b/doc/rst_source/krb_appldev/refs/types/krb5_ui_4.rst new file mode 100644 index 000000000..de79bafe1 --- /dev/null +++ b/doc/rst_source/krb_appldev/refs/types/krb5_ui_4.rst @@ -0,0 +1,12 @@ +.. highlightlang:: c + +.. _krb5-ui4-struct: + +krb5_ui_4 +========== + +.. +.. c:type:: krb5_ui_4 +.. + +krb5_ui_4 is an unsigned 32-bit integer type. |
