summaryrefslogtreecommitdiff
path: root/src/login/login.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-19 21:09:26 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-19 21:09:26 +0000
commitdf6421c5a3c9a7228779482df322b2fa294e7b80 (patch)
treee4f1ef25f6331042af4f6a8c24b47627d071ec44 /src/login/login.h
parent9a83b5ad626f8bfd4011277173e8bf385e4971fe (diff)
downloadhercules-df6421c5a3c9a7228779482df322b2fa294e7b80.tar.gz
hercules-df6421c5a3c9a7228779482df322b2fa294e7b80.tar.bz2
hercules-df6421c5a3c9a7228779482df322b2fa294e7b80.tar.xz
hercules-df6421c5a3c9a7228779482df322b2fa294e7b80.zip
Removed some overly verbose messages from the TXT login server.
Fixed some signed/unsigned mismatches in the code. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11520 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/login/login.h')
-rw-r--r--src/login/login.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/login/login.h b/src/login/login.h
index f9fc9f484..405b3fab2 100644
--- a/src/login/login.h
+++ b/src/login/login.h
@@ -4,21 +4,21 @@
#ifndef _LOGIN_H_
#define _LOGIN_H_
+#include "../common/mmo.h"
+
#define LOGIN_CONF_NAME "conf/login_athena.conf"
#define LAN_CONF_NAME "conf/subnet_athena.conf"
// supported encryption types: 1- passwordencrypt, 2- passwordencrypt2, 3- both
#define PASSWORDENC 3
-extern uint16 login_port;
-
struct mmo_account {
int version;
char userid[NAME_LENGTH];
char passwd[NAME_LENGTH];
int passwdenc;
- uint32 account_id;
+ int account_id;
long login_id1;
long login_id2;
long char_id;