head     1.2;
branch   ;
access   ;
symbols  ;
locks    gtoal:1.2;
comment  @ * @;


1.2
date     91.03.02.14.00.04;  author gtoal;  state Exp;
branches ;
next     1.1;

1.1
date     91.03.02.13.56.55;  author gtoal;  state Exp;
branches ;
next     ;


desc
@Initial release
@


1.2
log
@IAY's update
@
text
@/* output.h */

/* Needs <stdio.h>.  */

/* An OUTPUTTER is a function which can empty a buffer into some destination.
   The stdio FWRITE is an example.  */

typedef size_t (*outputter)(const void *, size_t, size_t, FILE *);

extern void save_sprite_into_file (char *);

extern void save_drawfile_into_file (char *);

extern void output_saveas (char *);

extern void output_send (wimp_msgstr *);

/* EOF */
@


1.1
log
@Initial revision
@
text
@@
