blob: 81c4ba340484441d05cf1b8f073548bb79c7a786 [file] [log] [blame]
/* 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 REORDER_H
#define REORDER_H
void Reorder PROTO((void));
int OrderOf PROTO((char *));
void OrderFor PROTO((char *, int));
#endif /* REORDER_H */