diff --git a/mtm.c b/mtm.c index a78a341..73c0cf5 100644 --- a/mtm.c +++ b/mtm.c @@ -79,6 +79,8 @@ static void draw(NODE *n); static void reshapechildren(NODE *n); static const char *term = NULL; static void freenode(NODE *n, bool recursive); +void start_pairs(void); +short mtm_alloc_pair(int fg, int bg); /*** UTILITY FUNCTIONS */ static void