diff options
author | Chuck Miller <shadowmil@gmail.com> | 2009-12-25 05:00:31 -0500 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-12-26 00:40:11 -0700 |
commit | 634aeeb9d58b01f9de6632a014a063ef0c4cf31e (patch) | |
tree | 70023dd2bcc12a3f96ec6f118d80e27411920531 /src/char/int_storage.h | |
parent | 113fcc4f0a7a0921e94bc415515dd4b393a29d60 (diff) | |
download | tmwa-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/char/int_storage.h')
-rw-r--r-- | src/char/int_storage.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/char/int_storage.h b/src/char/int_storage.h index ec23813..5036600 100644 --- a/src/char/int_storage.h +++ b/src/char/int_storage.h @@ -2,15 +2,15 @@ #ifndef _INT_STORAGE_H_ #define _INT_STORAGE_H_ -int inter_storage_init(); -void inter_storage_final(); -int inter_storage_save(); -int inter_guild_storage_save(); -int inter_storage_delete(int account_id); -int inter_guild_storage_delete(int guild_id); -struct storage *account2storage(int account_id); +int inter_storage_init (); +void inter_storage_final (); +int inter_storage_save (); +int inter_guild_storage_save (); +int inter_storage_delete (int account_id); +int inter_guild_storage_delete (int guild_id); +struct storage *account2storage (int account_id); -int inter_storage_parse_frommap(int fd); +int inter_storage_parse_frommap (int fd); extern char storage_txt[1024]; extern char guild_storage_txt[1024]; |