/* * Copyright (C) 2015 University of Chicago. * See COPYRIGHT notice in top-level directory. * */#ifndef __DARSHAN_NULL_LOG_UTILS_H#define __DARSHAN_NULL_LOG_UTILS_H/* declare NULL module counter name strings and logutil definition as * extern variables so they can be used in other utilities */externchar*null_counter_names[];externchar*null_f_counter_names[];externstructdarshan_mod_logutil_funcsnull_logutils;#endif