/*
 *                 GRAPH, Version 1.00 - 4 August 1989
 *
 *            Copyright 1989, David Gay. All Rights Reserved.
 *            This software is freely redistrubatable.
 */

/* Default object methods */
#ifndef DEFAULT_H
#define DEFAULT_H

int uncalled(struct object *this);
struct Region *ref_uncalled(struct object *this);
int notdone(struct object *this);

#endif

