summaryrefslogtreecommitdiff
path: root/src/common/grfio.h
diff options
context:
space:
mode:
authorChuck Miller <shadowmil@gmail.com>2009-12-25 05:00:31 -0500
committerJared Adams <jaxad0127@gmail.com>2009-12-26 00:40:11 -0700
commit634aeeb9d58b01f9de6632a014a063ef0c4cf31e (patch)
tree70023dd2bcc12a3f96ec6f118d80e27411920531 /src/common/grfio.h
parent113fcc4f0a7a0921e94bc415515dd4b393a29d60 (diff)
downloadtmwa-634aeeb9d58b01f9de6632a014a063ef0c4cf31e.tar.gz
tmwa-634aeeb9d58b01f9de6632a014a063ef0c4cf31e.tar.bz2
tmwa-634aeeb9d58b01f9de6632a014a063ef0c4cf31e.tar.xz
tmwa-634aeeb9d58b01f9de6632a014a063ef0c4cf31e.zip
Used the "indent" C formatting program from GNU to do some clean ups
The command options used was: -nbad -bap -sc -bl -blf -bli0 -cli4 -cbi0 -di5 -nbc -bls -ip2 -nut -ts4 -bap -i4 -sob -npsl
Diffstat (limited to 'src/common/grfio.h')
-rw-r--r--src/common/grfio.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/common/grfio.h b/src/common/grfio.h
index 53b9da8..5d3f69c 100644
--- a/src/common/grfio.h
+++ b/src/common/grfio.h
@@ -2,15 +2,15 @@
#ifndef _GRFIO_H_
#define _GRFIO_H_
-void grfio_init(char*); // GRFIO Initialize
-int grfio_add(char*); // GRFIO Resource file add
-void* grfio_read(char*); // GRFIO data file read
-void* grfio_reads(char*,int*); // GRFIO data file read & size get
-int grfio_size(char*); // GRFIO data file size get
+void grfio_init (char *); // GRFIO Initialize
+int grfio_add (char *); // GRFIO Resource file add
+void *grfio_read (char *); // GRFIO data file read
+void *grfio_reads (char *, int *); // GRFIO data file read & size get
+int grfio_size (char *); // GRFIO data file size get
// Accessor to GRF filenames
-char *grfio_setdatafile(const char *str);
-char *grfio_setadatafile(const char *str);
-char *grfio_setsdatafile(const char *str);
+char *grfio_setdatafile (const char *str);
+char *grfio_setadatafile (const char *str);
+char *grfio_setsdatafile (const char *str);
-#endif // _GRFIO_H_
+#endif // _GRFIO_H_