6a73e85ad1
. only good for obsolete K&R support . also remove a stray ansi.h and the proto cmd
11 lines
440 B
C
11 lines
440 B
C
/* V1 and V2 file system disk to/from memory support functions. */
|
|
|
|
int bitmapsize(bit_t _nr_bits, int block_size);
|
|
unsigned conv2(int _norm, int _w);
|
|
long conv4(int _norm, long _x);
|
|
void conv_inode(struct inode *_rip, d1_inode *_dip, d2_inode *_dip2, int
|
|
_rw_flag, int _magic);
|
|
void old_icopy(struct inode *_rip, d1_inode *_dip, int _direction, int
|
|
_norm);
|
|
void new_icopy(struct inode *_rip, d2_inode *_dip, int _direction, int
|
|
_norm);
|