=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.143 retrieving revision 1.144 diff -c -r1.143 -r1.144 *** src/usr.bin/tmux/tmux.h 2009/10/20 19:18:28 1.143 --- src/usr.bin/tmux/tmux.h 2009/10/21 18:20:16 1.144 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.143 2009/10/20 19:18:28 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.144 2009/10/21 18:20:16 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1252,1258 **** RB_PROTOTYPE(jobs, job, entry, job_cmp); void job_tree_init(struct jobs *); void job_tree_free(struct jobs *); - u_int job_tree_size(struct jobs *); struct job *job_get(struct jobs *, const char *); struct job *job_add(struct jobs *, struct client *, const char *, void (*)(struct job *), void (*)(void *), void *); --- 1252,1257 ----