ERR: Rebuild all generated error headers and source files
[openssl.git] / include / internal / propertyerr.h
index 52c8fad9d5ced0b7338aa4d842b7d743432d4a96..b0ec266ded3ec828ebb7fce3925cf7e7eec6e76b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Generated by util/mkerr.pl DO NOT EDIT
- * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2020 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
 
 #ifndef OSSL_INTERNAL_PROPERTYERR_H
 # define OSSL_INTERNAL_PROPERTYERR_H
+# pragma once
 
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
-
 # ifdef  __cplusplus
-extern "C"
+extern "C" {
 # endif
-int ERR_load_PROP_strings(void);
+
+int err_load_PROP_strings_int(void);
 
 /*
  * PROP function codes.
@@ -49,4 +50,8 @@ int ERR_load_PROP_strings(void);
 # define PROP_R_STRING_TOO_LONG                           109
 # define PROP_R_TRAILING_CHARACTERS                       110
 
+
+# ifdef  __cplusplus
+}
+# endif
 #endif