test/logging_tests.h

Fri, 30 Nov 2012 13:10:58 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 30 Nov 2012 13:10:58 +0100
changeset 76
655020a30e77
parent 59
c80c910fe191
child 103
08018864fb91
permissions
-rw-r--r--

fixed buffer

     1 /* 
     2  *
     3  */
     5 #ifndef LOGGING_TESTS_H
     6 #define	LOGGING_TESTS_H
     8 #include "ucx/test.h"
     9 #include "ucx/logging.h"
    11 #ifdef	__cplusplus
    12 extern "C" {
    13 #endif
    15 UCX_TEST_DECLARE(test_ucx_logger_log);
    17 #ifdef	__cplusplus
    18 }
    19 #endif
    21 #endif	/* LOGGING_TESTS_H */

mercurial