~ubuntu-branches/ubuntu/utopic/babeld/utopic

« back to all changes in this revision

Viewing changes to configuration.h

  • Committer: Package Import Robot
  • Author(s): Stéphane Glondu
  • Date: 2013-06-19 21:25:52 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20130619212552-gzarrkfhbicq00uj
Tags: 1.4.2-1
* New upstream release
* Use canonical URLs in Vcs-* fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    struct filter *next;
35
35
};
36
36
 
37
 
int parse_config_from_file(char *filename);
 
37
extern struct interface_conf *default_interface_conf;
 
38
 
 
39
int parse_config_from_file(const char *filename, int *line_return);
38
40
int parse_config_from_string(char *string);
39
41
void renumber_filters(void);
40
42