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