1.1 --- a/semantics.h Fri Mar 14 08:57:40 2003 +0000 1.2 +++ b/semantics.h Sun Mar 16 13:58:26 2003 +0000 1.3 @@ -2,7 +2,7 @@ 1.4 * tumble: build a PDF file from image files 1.5 * 1.6 * Semantic routines for spec file parser 1.7 - * $Id: semantics.h,v 1.14 2003/03/14 00:24:37 eric Exp $ 1.8 + * $Id: semantics.h,v 1.15 2003/03/16 05:58:26 eric Exp $ 1.9 * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com> 1.10 * 1.11 * This program is free software; you can redistribute it and/or modify 1.12 @@ -100,5 +100,5 @@ 1.13 1.14 1.15 /* functions to be called from main program: */ 1.16 -bool parse_spec_file (char *fn); 1.17 -bool process_specs (void); 1.18 +bool parse_control_file (char *fn); 1.19 +bool process_controls (void);