~ubuntu-branches/ubuntu/trusty/haproxy/trusty

« back to all changes in this revision

Viewing changes to include/common/cfgparse.h

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2009-10-19 22:31:45 UTC
  • mfrom: (1.1.7 upstream) (2.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20091019223145-259fs24dejjixo1f
New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
int readcfgfile(const char *file);
65
65
void cfg_register_keywords(struct cfg_kw_list *kwl);
66
66
void cfg_unregister_keywords(struct cfg_kw_list *kwl);
 
67
void init_default_instance();
 
68
int check_config_validity();
67
69
 
68
70
#endif /* _COMMON_CFGPARSE_H */
69
71