Forward declare struct cg to quiet a warning.

Submitted by:	bde
This commit is contained in:
jhb 2001-05-30 23:08:40 +00:00
parent 2258ad9ec5
commit b033de0fdc

View File

@ -38,6 +38,7 @@
#define _UFS_FFS_EXTERN_H
struct buf;
struct cg;
struct fid;
struct fs;
struct inode;