Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > contrib-release-debug > by-pkgid > 1b92a7171564d1c7299f16ad31027fe1 > files > 21

etrace-debug-1.1-8mdv2011.0.i586.rpm

/*
 * $Id: profiles.h,v 1.1.1.1 2006/07/08 16:31:47 dave Exp $
 */
#ifndef __PROFILES__
#define __PROFILES__
#include "etrace.h"
#include "output.h"

extern	char	*profile_loc[];

int load_profile(char *name);

#endif /* __PROFILES__ */