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

« back to all changes in this revision

Viewing changes to src/fe-common/core/fe-common-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:
1
1
#ifndef __FE_COMMON_CORE_H
2
2
#define __FE_COMMON_CORE_H
3
3
 
 
4
void fe_common_core_register_options(void);
4
5
void fe_common_core_init(void);
5
6
void fe_common_core_deinit(void);
6
7
void fe_common_core_finish_init(void);