rename RunTest() and PrintSize() so they are not duplicate with t_cose
diff --git a/test/run_tests.h b/test/run_tests.h
index 97f2946..ce44673 100644
--- a/test/run_tests.h
+++ b/test/run_tests.h
@@ -53,10 +53,10 @@
@return The number of tests that failed. Zero means overall success.
*/
-int RunTests(const char *szTestNames[],
- OutputStringCB pfOutput,
- void *pOutCtx,
- int *pNumTestsRun);
+int RunTestsQCBOR(const char *szTestNames[],
+ OutputStringCB pfOutput,
+ void *pOutCtx,
+ int *pNumTestsRun);
/**
@@ -65,5 +65,5 @@
@param[in] pfOutput Function that is called to output text strings.
@param[in] pOutCtx Context pointer passed to output function.
*/
-void PrintSizes(OutputStringCB pfOutput, void *pOutCtx);
+void PrintSizesQCBOR(OutputStringCB pfOutput, void *pOutCtx);