about summary refs log tree commit diff
path: root/configfile.h
blob: 04235e547c87201249b8fab47f3eff7be843bcd7 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef CONFIGFILE_H
#define CONFIGFILE_H

typedef void (*configfile_value_fn)(const char *name, const char *value);

extern int parse_configfile(const char *filename, configfile_value_fn fn);

#endif /* CONFIGFILE_H */
span title='2014-10-12 22:08:48 -0400'>2014-10-12Update tunnel function for new domainJune McEnroe 2014-09-29On error rollback in interactive psqlJune McEnroe 2014-09-23Never mind thatJune McEnroe 2014-09-23Add FETCH_COUNT and expanded auto to psqlrcJune McEnroe 2014-09-23Silence psqlrc output and turn timing onJune McEnroe