diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-02 23:46:36 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-02 23:46:36 +0000 |
commit | 87eb80e0f451269a8dcaf09de1e8131cbbf682fb (patch) | |
tree | 4f31ab8237223f32d6a0b63a5d13e5f52eb89a16 /src/char_sql/int_mercenary.h | |
parent | 8d7d2705e3c12c7c6cff03755bd031a35b993ba9 (diff) | |
download | hercules-87eb80e0f451269a8dcaf09de1e8131cbbf682fb.tar.gz hercules-87eb80e0f451269a8dcaf09de1e8131cbbf682fb.tar.bz2 hercules-87eb80e0f451269a8dcaf09de1e8131cbbf682fb.tar.xz hercules-87eb80e0f451269a8dcaf09de1e8131cbbf682fb.zip |
svn:eol-style native for char_sql's int_mercenary code (missing in r13166).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13715 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/char_sql/int_mercenary.h')
-rw-r--r-- | src/char_sql/int_mercenary.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/src/char_sql/int_mercenary.h b/src/char_sql/int_mercenary.h index 5674b6dcf..01e4a841f 100644 --- a/src/char_sql/int_mercenary.h +++ b/src/char_sql/int_mercenary.h @@ -1,20 +1,20 @@ -// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
-// For more information, see LICENCE in the main folder
-
-#ifndef _INT_MERCENARY_SQL_H_
-#define _INT_MERCENARY_SQL_H_
-
-struct s_mercenary;
-
-int inter_mercenary_sql_init(void);
-void inter_mercenary_sql_final(void);
-int inter_mercenary_parse_frommap(int fd);
-
-// Mercenary Owner Database
-bool mercenary_owner_fromsql(int char_id, struct mmo_charstatus *status);
-bool mercenary_owner_tosql(int char_id, struct mmo_charstatus *status);
-bool mercenary_owner_delete(int char_id);
-
-bool mapif_mercenary_delete(int merc_id);
-
-#endif /* _INT_MERCENARY_SQL_H_ */
+// Copyright (c) Athena Dev Teams - Licensed under GNU GPL +// For more information, see LICENCE in the main folder + +#ifndef _INT_MERCENARY_SQL_H_ +#define _INT_MERCENARY_SQL_H_ + +struct s_mercenary; + +int inter_mercenary_sql_init(void); +void inter_mercenary_sql_final(void); +int inter_mercenary_parse_frommap(int fd); + +// Mercenary Owner Database +bool mercenary_owner_fromsql(int char_id, struct mmo_charstatus *status); +bool mercenary_owner_tosql(int char_id, struct mmo_charstatus *status); +bool mercenary_owner_delete(int char_id); + +bool mapif_mercenary_delete(int merc_id); + +#endif /* _INT_MERCENARY_SQL_H_ */ |