1
0
mirror of synced 2026-01-31 06:01:51 +00:00

*** empty log message ***

This commit is contained in:
Eric Smith
2001-12-31 02:33:50 +00:00
parent 83f20f0702
commit 54a3bf9bbe
3 changed files with 55 additions and 29 deletions

View File

@@ -18,14 +18,6 @@ typedef struct
double bottom;
} crop_t;
typedef enum
{
INPUT_CONTEXT_ALL,
INPUT_CONTEXT_ODD,
INPUT_CONTEXT_EVEN
} input_context_type_t;
typedef struct
{
boolean has_size;
@@ -70,9 +62,11 @@ boolean parse_spec_file (char *fn);
/* semantic routines for input statements */
void input_push_context (input_context_type_t type);
void input_push_context (void);
void input_pop_context (void);
void input_set_modifier_context (input_modifier_type_t type);
void input_set_file (char *name);
void input_set_rotation (int rotation);
void input_images (int first, int last);
/* semantic routines for output statements */