blob: c6e84013be4c6b102742e592e3219b07116a5141 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* Copyright (c) 2004 krzYszcz and others.
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
#ifndef __FI_H__
#define __FI_H__
FILE *firead_open(char *filename, t_canvas *cv, int textmode);
FILE *fiwrite_open(char *filename, t_canvas *cv, int textmode);
#endif
|