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

#include "cgit.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 */
href='/catgirl/commit/ui.c?h=1.9&id=5bb96a79e76d92fa7ce9839a151a778f79d0ef06&follow=1'>Initialize all possible color pairsJune McEnroe 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe