diff test/call_suite/globals.h @ 436:23b12c7ad462

- call_suite cleanup (no change in functionality): removal of unused decl, freeing memory at end, func renaming for clarity, static for tu-local symbols, ...
author Tassilo Philipp
date Wed, 26 Jan 2022 11:37:57 +0100
parents 2b708397bba1
children e3bf15207d93
line wrap: on
line diff
--- a/test/call_suite/globals.h	Mon Jan 24 12:41:27 2022 +0100
+++ b/test/call_suite/globals.h	Wed Jan 26 11:37:57 2022 +0100
@@ -6,7 +6,7 @@
  Description: 
  License:
 
-   Copyright (c) 2011-2018 Daniel Adler <dadler@uni-goettingen.de>,
+   Copyright (c) 2011-2022 Daniel Adler <dadler@uni-goettingen.de>,
                            Tassilo Philipp <tphilipp@potion-studios.com>
 
    Permission to use, copy, modify, and distribute this software for any
@@ -37,7 +37,7 @@
 extern int          G_ncases;
 extern int          G_maxargs;
 
-void init_K();
-void init_T();
+void init_test_data();
+void deinit_test_data();
 void clear_V();