summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorHaruna <haru@dotalux.com>2015-04-17 19:25:59 +0200
committerHaruna <haru@dotalux.com>2015-04-17 19:25:59 +0200
commit25f27b58724f053f4829d63eb720fed5768f3128 (patch)
tree5cc3c987af2a4ccdc3f9528cd02dd1c2a6ae266f /src/map/status.h
parent6507a9d475a2467b8d394177e95c2c524bf70544 (diff)
parentdda4f86ce41e63011a1f6ef858b093ce388c912d (diff)
downloadhercules-25f27b58724f053f4829d63eb720fed5768f3128.tar.gz
hercules-25f27b58724f053f4829d63eb720fed5768f3128.tar.bz2
hercules-25f27b58724f053f4829d63eb720fed5768f3128.tar.xz
hercules-25f27b58724f053f4829d63eb720fed5768f3128.zip
Merge pull request #495 from 4144/extjobdb
Allow for plugins read custom fields from jobdb1.
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 98d5d415c..c8a7a08f7 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -6,7 +6,7 @@
#define MAP_STATUS_H
#include "../config/core.h" // defType, RENEWAL, RENEWAL_ASPD
-
+#include "../common/conf.h"
#include "../common/cbasetypes.h"
#include "../common/mmo.h" // NEW_CARTS
@@ -2116,6 +2116,7 @@ struct status_interface {
bool (*readdb_refine) (char *fields[], int columns, int current);
bool (*readdb_scconfig) (char *fields[], int columns, int current);
void (*read_job_db) (void);
+ void (*read_job_db_sub) (int idx, const char *name, config_setting_t *jdb);
};
struct status_interface *status;