/* * Copyright 2005-2019 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 */#ifndef _PROFILE_H#define _PROFILE_H 1typedefvoid*(q_profile_callback_t)(void*,char*);void*q_profile_walk(constchar*file,q_profile_callback_tcallback,void*data);#endif