Add head comment to shared.c

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli 2006-12-16 01:14:01 +01:00
vanhempi 6c14f5e457
commit a1a79998f2
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa

Näytä tiedosto

@ -1,3 +1,11 @@
/* shared.c: global vars + some callback functions
*
* Copyright (C) 2006 Lars Hjemli
*
* Licensed under GNU General Public License v2
* (see COPYING for full license text)
*/
#include "cgit.h"
char *cgit_root = "/usr/src/git";