Need to commit proto.h or things won't compile...

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@910 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2004-04-30 17:06:45 +00:00
parent 9cbede2ec9
commit 976efed7a5
1 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ struct dhdr FAR * select_unit(COUNT drive);
/* fattab.c */ /* fattab.c */
void read_fsinfo(struct dpb FAR * dpbp); void read_fsinfo(struct dpb FAR * dpbp);
void write_fsinfo(struct dpb FAR * dpbp); void write_fsinfo(struct dpb FAR * dpbp);
UCOUNT link_fat(struct dpb FAR * dpbp, CLUSTER Cluster1, CLUSTER link_fat(struct dpb FAR * dpbp, CLUSTER Cluster1,
REG CLUSTER Cluster2); REG CLUSTER Cluster2);
CLUSTER next_cluster(struct dpb FAR * dpbp, REG CLUSTER ClusterNum); CLUSTER next_cluster(struct dpb FAR * dpbp, REG CLUSTER ClusterNum);