Add generalized definition of krb5_ui_4 and krb5_int32 to the documentation for bette...
authorZhanna Tsitkov <tsitkova@mit.edu>
Sat, 5 May 2012 15:35:51 +0000 (15:35 +0000)
committerZhanna Tsitkov <tsitkova@mit.edu>
Sat, 5 May 2012 15:35:51 +0000 (15:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25849 dc483132-0cff-0310-8789-dd5450dbe970

doc/rst_source/krb_appldev/refs/types/index.rst
doc/rst_source/krb_appldev/refs/types/krb5_int32.rst [new file with mode: 0644]
doc/rst_source/krb_appldev/refs/types/krb5_ui_4.rst [new file with mode: 0644]

index f0072baa0a40a80ca9f4ac72ba4ac027ab212833..f1b30bc3f91edf6dda9321c438f3b19783c6072f 100644 (file)
@@ -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 (file)
index 0000000..2bc914b
--- /dev/null
@@ -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 (file)
index 0000000..de79baf
--- /dev/null
@@ -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.