#ifndef SETSHO_H #define SETSHO_H void show(struct qlist *lptr, struct tape *tptr, struct maclist *mptr); /* show information in a list of quintuples, a tape, or a macro list */ void set(struct qlist *lptr, struct tape *tptr, struct maclist *mptr); /* set the property of a quinuple list, a tape or a macro list */ void add(struct qlist *lptr); /* Add a quintuple to list lptr */ #endif