]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
escaped brackets
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 10 Feb 2012 21:37:42 +0000 (22:37 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 10 Feb 2012 21:37:42 +0000 (22:37 +0100)
doc/cha-cert-auth.texi

index d32be0daf0c27ba16df447fd77e282d6e02f0fc7..b03d35daf7ad8601ab9a205cbca4cde0c01be1d9 100644 (file)
@@ -309,10 +309,10 @@ of those functions is shown below.
                                             const char* service,
                                             const gnutls_datum_t *pubkey);
   
-  typedef struct {
+  typedef struct @{
     gnutls_trust_db_store_func store;
     gnutls_trust_db_retr_func retrieve;
-  } trust_storage_st;
+  @} trust_storage_st;
 @end example
 
 @node OpenPGP certificates