Files
qemu/hw
Philippe Mathieu-Daudé f703f1ef99 bulk: Do not declare function prototypes using 'extern' keyword
By default, C function prototypes declared in headers are visible,
so there is no need to declare them as 'extern' functions.
Remove this redundancy in a single bulk commit; do not modify:

  - meson.build (used to check function availability at runtime)
  - pc-bios/
  - libdecnumber/
  - tests/
  - *.c

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20230605175647.88395-5-philmd@linaro.org>
2023-08-31 19:47:43 +02:00
..
2023-07-25 17:15:47 +03:00
2023-08-23 12:06:39 +02:00
2023-08-23 12:06:39 +02:00
2023-08-31 19:46:43 +02:00
2023-08-23 12:06:39 +02:00
2023-08-31 09:45:17 +01:00
2023-06-05 20:48:34 +02:00
2023-07-10 16:17:08 -04:00
2023-07-25 17:14:07 +03:00