mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 03:38:53 +00:00
Remove unnecessary declarations.
This commit is contained in:
parent
d5a84de842
commit
367ee79df0
@ -35,9 +35,6 @@
|
||||
((p)->p_stat == SSTOP || (p)->p_stat == SZOMB)
|
||||
|
||||
struct kinfo_proc2 *cmp_procs(struct kinfo_proc2 *, struct kinfo_proc2 *);
|
||||
char *osdep_get_name(int, char *);
|
||||
char *osdep_get_cwd(int);
|
||||
struct event_base *osdep_event_init(void);
|
||||
|
||||
struct kinfo_proc2 *
|
||||
cmp_procs(struct kinfo_proc2 *p1, struct kinfo_proc2 *p2)
|
||||
|
Loading…
Reference in New Issue
Block a user