Since there's no continuation, the ; can go as well :-)
[oweals/openssl.git] / crypto / buffer / buffer.h
index bff26bf3919176b859b59534b54581b5f7263bd4..11e2d0359a11bf4cf3044e01f3b4da8f7532d86c 100644 (file)
@@ -75,12 +75,11 @@ void        BUF_MEM_free(BUF_MEM *a);
 int    BUF_MEM_grow(BUF_MEM *str, int len);
 char * BUF_strdup(const char *str);
 
-void ERR_load_BUF_strings(void );
-
 /* BEGIN ERROR CODES */
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_BUF_strings(void);
 
 /* Error codes for the BUF functions. */
 
@@ -95,4 +94,3 @@ void ERR_load_BUF_strings(void );
 }
 #endif
 #endif
-