]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
fix warning for real func
authorBastian Dehn <hhaalo@arcor.de>
Thu, 21 Mar 2024 17:56:32 +0000 (18:56 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Thu, 21 Mar 2024 17:56:32 +0000 (18:56 +0100)
tests/kds_s2000w_read_config_tests.c

index 8df37c7f78a9f164f7b45b37a9c3ed1221d733c9..57259f5f5c4ccc11ad6ad9044ac7aad50b4dca81 100644 (file)
@@ -4,6 +4,8 @@
 #include "../src/kds_s2000w_client.h"
 #include "../src/kds_s2000w_config.h"
 
+extern typeof (load_config) __real_load_config;
+
 int __wrap_kds_s2000w_client_open_session(response* response)
 {
        return 0;