summaryrefslogtreecommitdiff
path: root/ui-summary.h
blob: c01f56012dcdcd64f39f6935c20eb5d18efb1b33 (plain)
1
2
3
4
5
6
7
#ifndef UI_SUMMARY_H
#define UI_SUMMARY_H

extern void cgit_print_summary();
extern void cgit_print_repo_readme(char *path);

#endif /* UI_SUMMARY_H */
iguity tooJason A. Donenfeld1-5/+6 2016-02-05Insert and edit work on files, so don't let the arguments be directoriesJason A. Donenfeld1-2/+2 2016-02-05Handle removal of directories and passwords with the same nameJason A. Donenfeld1-5/+4 2015-10-27emacs: Add defvar for timeout timerPeter Vasil1-1/+8 2015-10-20lastpass2pass.rb: Check for nil names/groupingsBrian Tomlinson1-3/+3 2015-09-30emacs: Guard against "%" in message stringSvend Sorensen1-5/+5 2015-07-24passmenu: Space to tabsChris Down1-2/+2 2015-07-24passmenu: Only pass first line to xdotoolChris Down1-1/+3 2015-07-24passmenu: Read from stdin when using xdotool to type passwordChris Down1-1/+1 2015-05-26emacs: Make `password-store-password-length' customizableNicolas Petton1-3/+10