ncdu-zig/src
Yorhel d75cc8fb72 Replace 'suseconds_t' with 'long'
suseconds_t isn't always defined on some systems, but all possible
values are guaranteed to fit into a long, so use that.
2009-04-19 14:29:49 +02:00
..
browser.c Select next item after deleting 2009-04-19 13:16:31 +02:00
browser.h Kept internal variables internal in browser.c and added browse_init() 2009-04-18 15:23:33 +02:00
calc.c Replace 'suseconds_t' with 'long' 2009-04-19 14:29:49 +02:00
calc.h Moved SF_SMFS in ncdu.h to char calc_smfs in calc.h 2009-04-18 14:04:53 +02:00
delete.c Replace 'suseconds_t' with 'long' 2009-04-19 14:29:49 +02:00
delete.h Select next item after deleting 2009-04-19 13:16:31 +02:00
exclude.c Removed ncdu.h dependency from exclude.c 2009-04-11 10:53:39 +02:00
exclude.h Rewrote exclude.c to the new style 2009-04-11 10:53:13 +02:00
help.c Converted help.c to the new framework and re-added help window 2009-04-19 10:03:42 +02:00
help.h Converted help.c to the new framework and re-added help window 2009-04-19 10:03:42 +02:00
main.c (partly) rewrote delete.c for the new framework and re-added the deletion feature 2009-04-19 11:38:35 +02:00
Makefile.am (partly) rewrote delete.c for the new framework and re-added the deletion feature 2009-04-19 11:38:35 +02:00
ncdu.h Moved minimum screen size handling to main.c 2009-04-18 14:12:30 +02:00
util.c freedir() shouldn't need to return anything 2009-04-19 12:47:22 +02:00
util.h freedir() shouldn't need to return anything 2009-04-19 12:47:22 +02:00