Blob Blame History Raw
/* Copyright (C) 2002 Bjoern Beutel. */

/* Description. =============================================================*/

/* Read in and display Malaga Allomorphs. */

/* Variables. ===============================================================*/

extern rectangle_t allomorphs_geometry;

/* Functions. ===============================================================*/

extern void read_allomorphs( void );
/* Read new allomorphs from STDIN. */

/* End of file. =============================================================*/