function prototypes for never-defined functions.
+Wed Apr 26 15:29:45 2006 Ben Pfaff <blp@gnu.org>
+
+ Start reforming procedure execution. In this phase, get rid of
+ function prototypes for never-defined functions.
+
+ * procedure.h: Get rid of function prototypes for never-defined
+ functions.
+
Wed Apr 26 12:58:46 2006 Ben Pfaff <blp@gnu.org>
Improve the way we handle the various parsing "states". Until now
struct case_sink *create_case_sink (const struct case_sink_class *,
const struct dictionary *,
void *);
-void case_sink_open (struct case_sink *);
-void case_sink_write (struct case_sink *, const struct ccase *);
-void case_sink_destroy (struct case_sink *);
void free_case_sink (struct case_sink *);
\f
/* Number of cases to lag. */