summaryrefslogtreecommitdiffabout
path: root/config.c
Unidiff
Diffstat (limited to 'config.c') (more/less context) (show whitespace changes)
-rw-r--r--config.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.c b/config.c
index ee49b62..871edf2 100644
--- a/config.c
+++ b/config.c
@@ -1,4 +1,12 @@
1/* config.c: parsing of config files
2 *
3 * Copyright (C) 2006 Lars Hjemli
4 *
5 * Licensed under GNU General Public License v2
6 * (see COPYING for full license text)
7 */
8
1#include "cgit.h" 9#include "cgit.h"
2 10
3int next_char(FILE *f) 11int next_char(FILE *f)
4{ 12{