Make some corrections.

This commit is contained in:
2024-06-10 06:28:01 +03:00
parent d0a7b2d16f
commit 99ecb9daf3
15 changed files with 42 additions and 52 deletions

View File

@@ -16,15 +16,11 @@
* limitations under the License.
*/
#if defined(__cplusplus)
extern "C" {
#endif /* __cplusplus */
__BEGIN_DECLS
void help();
void licenses();
void help(void);
void licenses(void);
#if defined(__cplusplus)
}
#endif /* __cplusplus */
__END_DECLS
/* end */