9 lines
82 B
C
9 lines
82 B
C
#ifndef _RFC2FTN_H
|
|
#define _RFC2FTN_H
|
|
|
|
/* $Id$ */
|
|
|
|
int rfc2ftn(FILE *fp);
|
|
|
|
#endif
|