ftmemsim-valgrind/massif/hp2ps/TraceElement.h
Nicholas Nethercote 2c736edd5f Added copyright notice to all hp2ps source files.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2251
2004-02-15 15:38:08 +00:00

11 lines
331 B
C

/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef TRACE_ELEMENT_H
#define TRACE_ELEMENT_H
void TraceElement PROTO((void));
#endif /* TRACE_ELEMENT_H */