From 97bb21a79949779df76269b087f3bce7ef8179ee Mon Sep 17 00:00:00 2001 From: Dennis Friis Date: Wed, 2 Apr 2008 15:09:18 +0000 Subject: initial checkin --- src/char/int_storage.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/char/int_storage.h (limited to 'src/char/int_storage.h') diff --git a/src/char/int_storage.h b/src/char/int_storage.h new file mode 100644 index 0000000..d918f5f --- /dev/null +++ b/src/char/int_storage.h @@ -0,0 +1,16 @@ +// $Id: int_storage.h,v 1.1.1.1 2004/09/10 17:26:51 MagicalTux Exp $ +#ifndef _INT_STORAGE_H_ +#define _INT_STORAGE_H_ + +int inter_storage_init(); +int inter_storage_save(); +int inter_guild_storage_save(); +int inter_storage_delete(int account_id); +int inter_guild_storage_delete(int guild_id); + +int inter_storage_parse_frommap(int fd); + +extern char storage_txt[1024]; +extern char guild_storage_txt[1024]; + +#endif -- cgit v1.2.3-60-g2f50