about summary refs log tree commit diff stats
path: root/ui-plain.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui-plain.h')
-rw-r--r--ui-plain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-plain.h b/ui-plain.h index 4373118..5bff07b 100644 --- a/ui-plain.h +++ b/ui-plain.h
@@ -1,6 +1,6 @@
1#ifndef UI_PLAIN_H 1#ifndef UI_PLAIN_H
2#define UI_PLAIN_H 2#define UI_PLAIN_H
3 3
4extern void cgit_print_plain(struct cgit_context *ctx); 4extern void cgit_print_plain(void);
5 5
6#endif /* UI_PLAIN_H */ 6#endif /* UI_PLAIN_H */