doc/man3: reformat the function prototypes in the synopses
[openssl.git] / doc / man3 / BIO_get_ex_new_index.pod
index 1a99d09241b41549983f77dcaf955083314882d8..c4797b1576037cdcaf64655fa8a30acf88effcb9 100644 (file)
@@ -22,9 +22,9 @@ RSA_get_ex_new_index, RSA_set_ex_data, RSA_get_ex_data
  #include <openssl/x509.h>
 
  int TYPE_get_ex_new_index(long argl, void *argp,
-                CRYPTO_EX_new *new_func,
-                CRYPTO_EX_dup *dup_func,
-                CRYPTO_EX_free *free_func);
+                           CRYPTO_EX_new *new_func,
+                           CRYPTO_EX_dup *dup_func,
+                           CRYPTO_EX_free *free_func);
 
  int TYPE_set_ex_data(TYPE *d, int idx, void *arg);