1.1 --- a/semantics.c Fri Mar 14 08:57:40 2003 +0000 1.2 +++ b/semantics.c 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.c,v 1.21 2003/03/14 00:24:37 eric Exp $ 1.8 + * $Id: semantics.c,v 1.22 2003/03/16 05:58:25 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 @@ -596,7 +596,7 @@ 1.13 } 1.14 1.15 1.16 -bool parse_spec_file (char *fn) 1.17 +bool parse_control_file (char *fn) 1.18 { 1.19 bool result = 0; 1.20 1.21 @@ -642,7 +642,7 @@ 1.22 } 1.23 1.24 1.25 -bool process_specs (void) 1.26 +bool process_controls (void) 1.27 { 1.28 input_image_t *image = NULL; 1.29 output_page_t *page = NULL;