Index: unittests/tst_logging.h =================================================================== diff -u -ra5c6a0d81d94961d9035799a898422785079d6ad -rae97f70129df818530bcb70c934c42fa28eb6034 --- unittests/tst_logging.h (.../tst_logging.h) (revision a5c6a0d81d94961d9035799a898422785079d6ad) +++ unittests/tst_logging.h (.../tst_logging.h) (revision ae97f70129df818530bcb70c934c42fa28eb6034) @@ -40,5 +40,9 @@ void logEvent(); void logError(); void logDatum(); + void logUnknown(); + + void setLogPath_F(); + void setLogPath_T(); };