repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dma: defer delivery if STARTTLS fails
[dragonfly.git]
/
contrib
/
top
/
commands.h
blob
02d68f16692a62b09328507b3a47e48f71737aa8
1
/*
2
*
3
*/
4
5
void
show_help
(
void
);
6
char
*
next_field
(
char
*
str
);
7
int
scanint
(
char
*
str
,
int
*
intp
);
8
9
const char
*
kill_procs
(
char
*);
10
const char
*
renice_procs
(
char
*
str
);
11
12
int
error_count
(
void
);
13
void
show_errors
(
void
);