2
0
mirror of https://git.zx2c4.com/cgit/ synced 2024-11-04 06:00:44 +00:00
cgit/ui-atom.h
Lars Hjemli b2a3d31e88 Add atom-support
This enables a page which generates atom feeds for the current branch and
path, heavily inspired by the atom-support in gitweb.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2008-08-01 22:12:34 +02:00

7 lines
112 B
C

#ifndef UI_ATOM_H
#define UI_ATOM_H
extern void cgit_print_atom(char *tip, char *path, int max_count);
#endif