~ubuntu-branches/ubuntu/gutsy/irssi/gutsy-backports

« back to all changes in this revision

Viewing changes to src/core/core.h

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2007-11-19 10:49:04 UTC
  • mfrom: (6.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20071119104904-kzu9r9h7cq8as4ri
Tags: 0.8.12-2ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
extern int reload_config; /* TRUE after received SIGHUP. */
17
17
extern time_t client_start_time;
18
18
 
19
 
void core_init_paths(int argc, char *argv[]);
 
19
void core_preinit(const char *path);
20
20
 
 
21
void core_register_options(void);
21
22
void core_init(void);
22
23
void core_deinit(void);
23
24