repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Indentation fix, cleanup.
[AROS.git]
/
rom
/
filesys
/
pfs3
/
fs
/
format_protos.h
blob
ba0136c775b64cc85784ac60110cd6a497f8076f
1
/* Prototypes for functions defined in
2
Format.c
3
*/
4
5
BOOL
FDSFormat
(
DSTR
,
LONG
,
SIPTR
* ,
globaldata
* );
6
BOOL
MakeRBlkExtension
(
globaldata
*
g
);