summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h
index ceff244b..982dbaad 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -16,8 +16,9 @@ extern int irssi_init_finished; /* TRUE after "irssi init finished" signal is se
extern int reload_config; /* TRUE after received SIGHUP. */
extern time_t client_start_time;
-void core_init_paths(int argc, char *argv[]);
+void core_preinit(const char *path);
+void core_register_options(void);
void core_init(void);
void core_deinit(void);