mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 19:58:48 +00:00
Remove unnecessary declarations.
This commit is contained in:
parent
7eff2fe780
commit
54d2249716
@ -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