]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
minimized example
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 7 Sep 2011 20:25:47 +0000 (22:25 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 7 Sep 2011 20:25:47 +0000 (22:25 +0200)
doc/cha-internals.texi

index c442990d8bc34a1ba18c001c95d9d41ea83e6597..6a5ba663caa4b0e8c52ab95733055b619ff95a92 100644 (file)
@@ -181,11 +181,7 @@ A typical entry would be:
 @example
   int ret;
 
-  /* ...
-   */
-
 #if ENABLE_FOOBAR
-
   ret = _gnutls_ext_register (&foobar_ext);
   if (ret != GNUTLS_E_SUCCESS)
     return ret;