00001 00017 // $Id: inter.h 11 2006-01-17 12:53:39Z MagicalTux $ 00018 #ifndef OA_INTER_H 00019 #define OA_INTER_H 00020 00021 #include <config.h> 00022 #include "common/timer.h" 00023 00029 void inter_init(const char *file); 00030 00035 TIMER_FUNC(check_ttl_wisdata); 00036 00041 void inter_save(); 00042 00048 int inter_parse_frommap(int fd); 00049 00055 void inter_mapif_init(int fd); 00056 00060 void mapif_parse_AccRegRequest(int fd, int account_id); 00061 00065 void inter_log(char *fmt, ...); 00066 00070 extern short party_share_level; 00071 00075 extern short guild_extension_bonus; 00076 00080 void send_alone_map_server_flag(); 00081 00082 #ifdef USE_SQL 00083 //add include for DBMS(mysql) 00084 #include <nezumi_sql.h> 00085 00086 extern char tmp_sql[MAX_SQL_BUFFER]; 00087 00088 extern int tmp_sql_len; 00089 #endif /* USE_SQL */ 00090 00095 #endif // _INTER_H_